]> Kevux Git Server - fll/commitdiff
Cleanup: Print new line to test.sh script on install.
authorKevin Day <Kevin@kevux.org>
Fri, 8 Nov 2024 05:15:39 +0000 (23:15 -0600)
committerKevin Day <Kevin@kevux.org>
Fri, 8 Nov 2024 05:15:39 +0000 (23:15 -0600)
I noticed that the "All operations complete." runs into the "Installing individual project '..." line.
The `test.sh` now prints a new line before the "Installing..." message.

build/scripts/test.sh

index 7c98707d13fb1cca22c7cee338cdd5696ad3a6df..80e2d728a04b9a10e8118ca7997784a25ccabeb8 100644 (file)
@@ -597,6 +597,7 @@ test_operate_build_project() {
   fi
 
   if [[ ${verbosity} != "quiet" && ${verbosity} != "error" ]] ; then
+    echo
     echo -e "Installing ${mode} project '${c_notice}${project}${c_reset}'."
     echo
   fi