aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2018-07-20 13:42:57 +0200
committerToni Uhlig <matzeton@googlemail.com>2018-07-20 13:42:57 +0200
commitd1384786b019384515c2abdf03d38b5b64ff237a (patch)
tree93da9d4268ed689347d3cae02bcadb180030c061 /src
parentf45e70b982f63723dd486431f7de9f139293cd1f (diff)
added TODO regarding gitlab/travis problems
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src')
-rw-r--r--src/utils.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils.c b/src/utils.c
index 0a453cc..6f6416c 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -1098,6 +1098,10 @@ int selftest_minimal_requirements(void)
goto error;
}
+ /*
+ * The following tests do neither work on travis-ci nor on gitlab.
+ * FIXME: fork() broken on some docker containers?
+ */
/*
s = -1;
child_pid = fork();