mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
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.
This commit is contained in:
parent
8fcdc57ae1
commit
ad0b8b42eb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue