From 8453bb346191522d87eaf822b38ef3bd5291af20 Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Mon, 1 Mar 2021 10:56:53 -0700 Subject: Userland: Gate OSC 9 usage in test-js behind an argument Instead of assuming that we should use the OSC 9 progress messages whenever we run on serenity, add a show-progress=[true|false] option. This lets us avoid seeing esc sequence spam in GitHub Actions logs. --- 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 fd8f089576..e14f5b78da 100755 --- a/Base/home/anon/tests/run-tests-and-shutdown.sh +++ b/Base/home/anon/tests/run-tests-and-shutdown.sh @@ -15,7 +15,7 @@ run() { # TODO: It'd be nice to have a list+list op (as opposed to nest-on-in-another) # TODO: It'd be nice to have a list.length or enumerate(list) operation to allow terminal progress bar # TODO: test-web requires the window server -system_tests=(test-js test-pthread test-compress /usr/Tests/LibM/test-math (test-crypto bigint -t)) +system_tests=((test-js --show-progress=false) test-pthread test-compress /usr/Tests/LibM/test-math (test-crypto bigint -t)) # FIXME: Running too much at once is likely to run into #5541. Remove commented out find below when stable all_tests=($system_tests) #$(find /usr/Tests -type f | grep -v Kernel | grep -v .inc | shuf)) -- cgit v1.2.3