mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
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.
This commit is contained in:
parent
aeac20fc69
commit
84d9358586
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user