mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:47:44 +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
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo
|
||||
echo "==== Running Tests on SerenityOS ===="
|
||||
|
||||
run(index) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue