From ad0b8b42eb95ed0c919bb444f6c81a5b5ac69d6d Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Wed, 30 Jun 2021 21:29:10 -0600 Subject: Base: Pass show-progress=false to run-tests to avoid confusing CI We pass this to test-js, and since they share some common code, it makes sense to pass it to run-tests as well. This prevents the OSC 9 escape sequences from being emitted when running tests via the script. --- Base/home/anon/tests/run-tests-and-shutdown.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Base/home/anon') diff --git a/Base/home/anon/tests/run-tests-and-shutdown.sh b/Base/home/anon/tests/run-tests-and-shutdown.sh index 0f8072bbce..5800946fff 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 -- cgit v1.2.3