From 10d9a8db71ee02762512fdd3395b38d3c0424928 Mon Sep 17 00:00:00 2001 From: Brian Gianforcaro Date: Sun, 11 Apr 2021 01:57:47 -0700 Subject: [PATCH] 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. --- Base/home/anon/tests/run-tests-and-shutdown.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Base/home/anon/tests/run-tests-and-shutdown.sh b/Base/home/anon/tests/run-tests-and-shutdown.sh index 265f3a7760..95dcb883e3 100755 --- a/Base/home/anon/tests/run-tests-and-shutdown.sh +++ b/Base/home/anon/tests/run-tests-and-shutdown.sh @@ -1,5 +1,6 @@ #!/bin/sh +echo echo "==== Running Tests on SerenityOS ====" run(index) {