]> Kevux Git Server - fll/commitdiff
Update: Add verbose printing of the install command when in debug for test.sh.
authorKevin Day <Kevin@kevux.org>
Sun, 27 Apr 2025 21:03:23 +0000 (16:03 -0500)
committerKevin Day <Kevin@kevux.org>
Sun, 27 Apr 2025 21:03:23 +0000 (16:03 -0500)
build/scripts/test.sh

index ef3f2cbfe491e8618dd7a96f99ed02cdea190175..54742ca1f070dd6a291240ff54cd7f6b5643940d 100644 (file)
@@ -601,6 +601,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