diff options
Diffstat (limited to 'Base/home/anon')
-rwxr-xr-x | Base/home/anon/Tests/run-tests-and-shutdown.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/home/anon/Tests/run-tests-and-shutdown.sh b/Base/home/anon/Tests/run-tests-and-shutdown.sh index 82579d91bf..50b1fb86ef 100755 --- a/Base/home/anon/Tests/run-tests-and-shutdown.sh +++ b/Base/home/anon/Tests/run-tests-and-shutdown.sh @@ -13,6 +13,7 @@ unset LLVM_PROFILE_FILE echo "Failed: $fail_count" > ./test-results.log if test $DO_SHUTDOWN_AFTER_TESTS { + sync shutdown -n } |