From 84d93585861ed69fc55ae39349e82c0120c66e17 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 22 Dec 2020 17:53:14 +0000 Subject: [PATCH] Do not run ninja in run-integration-tests.sh It is typically ran as root, while builds are done as normal users. It is documented anyway to build beforehand. --- test/run-integration-tests.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/run-integration-tests.sh b/test/run-integration-tests.sh index 3c01adfca3..e9307601ff 100755 --- a/test/run-integration-tests.sh +++ b/test/run-integration-tests.sh @@ -10,8 +10,6 @@ fi args_no_clean=$(sed -r 's/\bclean.*\b//g' <<<$args) do_clean=$( [ "$args" = "$args_no_clean" ]; echo $? ) -ninja -C "$BUILD_DIR" - declare -A results declare -A times