diff options
author | Luca Boccassi <bluca@debian.org> | 2020-12-22 18:53:14 +0100 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2021-01-01 22:33:16 +0100 |
commit | 84d93585861ed69fc55ae39349e82c0120c66e17 (patch) | |
tree | e6516808dba11027356b797993135ddf1b39daf2 /test/run-integration-tests.sh | |
parent | test: shortcut skip if both TEST_NO_QEMU and TEST_NO_NSPAWN are set (diff) | |
download | systemd-84d93585861ed69fc55ae39349e82c0120c66e17.tar.xz systemd-84d93585861ed69fc55ae39349e82c0120c66e17.zip |
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-x | test/run-integration-tests.sh | 2 |
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 |