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:
Brian Gianforcaro 2021-04-11 01:57:47 -07:00 committed by Andreas Kling
parent dc98c417ca
commit 10d9a8db71

View file

@ -1,5 +1,6 @@
#!/bin/sh
echo
echo "==== Running Tests on SerenityOS ===="
run(index) {