]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Do not run ninja in run-integration-tests.sh
authorLuca Boccassi <bluca@debian.org>
Tue, 22 Dec 2020 17:53:14 +0000 (17:53 +0000)
committerLuca Boccassi <bluca@debian.org>
Fri, 1 Jan 2021 21:33:16 +0000 (21:33 +0000)
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

index 3c01adfca3b82c157b70fac80b22d563be9ceb73..e9307601ff0c1679c2f8e7170638d711ce6a9e0b 100755 (executable)
@@ -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