mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Base: Fix run-tests-and-shutdown.sh output in CI testing mode.
The missing newline made the output look weird, as it was jumbled up next to the standard QEMU boot output instead of below it.
This commit is contained in:
parent
dc98c417ca
commit
10d9a8db71
Notes:
sideshowbarker
2024-07-18 20:31:42 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/10d9a8db71e Pull-request: https://github.com/SerenityOS/serenity/pull/6234
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo
|
||||
echo "==== Running Tests on SerenityOS ===="
|
||||
|
||||
run(index) {
|
||||
|
|
Loading…
Reference in a new issue