From d46402ff7c36d8f5fc09ac9f9f2448a485e36701 Mon Sep 17 00:00:00 2001 From: "Julian M. Kunkel" Date: Thu, 12 Jul 2018 19:33:08 +0100 Subject: [PATCH] Bugfix for SeLinux by Enno --- testing/docker/run-all-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/docker/run-all-tests.sh b/testing/docker/run-all-tests.sh index 466116f..172576f 100755 --- a/testing/docker/run-all-tests.sh +++ b/testing/docker/run-all-tests.sh @@ -12,7 +12,7 @@ mkdir -p $TARGET ARGS="$@" GID=$(id -g $USER) -OPT="-it --rm -v $PWD/../../:/data/" +OPT="-it --rm -v $PWD/../../:/data/:z" ERROR=0 VERBOSE=0