From: Kevin Day Date: Sun, 27 Apr 2025 21:03:52 +0000 (-0500) Subject: Update: Add verbose printing of the install command when in debug for test.sh. X-Git-Tag: 0.7.1~6 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=22570de48e4068115f55feca1ddf52b4eba5cc54;p=fll Update: Add verbose printing of the install command when in debug for test.sh. --- diff --git a/build/scripts/test.sh b/build/scripts/test.sh index c913c0a..a2d1e70 100644 --- a/build/scripts/test.sh +++ b/build/scripts/test.sh @@ -602,6 +602,14 @@ test_operate_build_project() { echo fi + if [[ ${verbosity} == "debug" ]] ; then + if [[ ${SHELL_ENGINE} == "zsh" ]] ; then + echo "zsh ./install.sh ${verbose} ${context} -w \"${destination}\"" + else + echo "./install.sh ${verbose} ${context} -w \"${destination}\"" + fi + fi + if [[ ${SHELL_ENGINE} == "zsh" ]] ; then zsh ./install.sh ${verbose} ${context} -w "${destination}" else