Skip to content

Commit 2d21630

Browse files
committed
Fix run_tests.sh
Signed-off-by: Arthur Chan <[email protected]>
1 parent 8b66541 commit 2d21630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/systemd/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
test_list=$(meson test -C $WORK/build --list | awk -F' / ' '{print $2}' | grep -v "test-mount-util" | grep -v "test-execute" | grep -v "test-capability-util" | grep -v "test-hostname-setup")
2121

2222
# Run all unit tests and skip the four failing test cases temporarily
23-
meson test -C $WORK/build $test_list
23+
meson test -C $WORK/build $test_list -j$(nproc)

0 commit comments

Comments
 (0)