From: Kevin Day Date: Fri, 8 Nov 2024 05:15:39 +0000 (-0600) Subject: Cleanup: Print new line to test.sh script on install. X-Git-Tag: 0.7.0~46 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=274add31295f9e7257712172435978d25eeb7833;p=fll Cleanup: Print new line to test.sh script on install. 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. --- diff --git a/build/scripts/test.sh b/build/scripts/test.sh index 7c98707..80e2d72 100644 --- a/build/scripts/test.sh +++ b/build/scripts/test.sh @@ -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