diff --git a/Base/home/anon/tests/run-tests-and-shutdown.sh b/Base/home/anon/tests/run-tests-and-shutdown.sh index 0f8072bbceb..5800946fffc 100755 --- a/Base/home/anon/tests/run-tests-and-shutdown.sh +++ b/Base/home/anon/tests/run-tests-and-shutdown.sh @@ -3,7 +3,7 @@ echo echo "==== Running Tests on SerenityOS ====" -run-tests +run-tests --show-progress=false fail_count=$? echo "Failed: $fail_count" > ./test-results.log