mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:48:11 +00:00
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.
This commit is contained in:
parent
d8415520de
commit
8453bb3461
2 changed files with 35 additions and 13 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue