summaryrefslogtreecommitdiff
path: root/test/run-integration-tests.sh
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2020-12-22 17:53:14 +0000
committerLuca Boccassi <bluca@debian.org>2021-01-01 21:33:16 +0000
commit84d93585861ed69fc55ae39349e82c0120c66e17 (patch)
treee6516808dba11027356b797993135ddf1b39daf2 /test/run-integration-tests.sh
parentaeac20fc69e3c0fa5c3f0a15ecff6b0864afa628 (diff)
downloadsystemd-84d93585861ed69fc55ae39349e82c0120c66e17.tar.gz
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.
Diffstat (limited to 'test/run-integration-tests.sh')
-rwxr-xr-xtest/run-integration-tests.sh2
1 files changed, 0 insertions, 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