mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00: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
Notes:
sideshowbarker
2024-07-18 10:17:54 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/ad0b8b42eb9 Pull-request: https://github.com/SerenityOS/serenity/pull/8351 Reviewed-by: https://github.com/bgianfo ✅
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…
Reference in a new issue