]> 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:52 +0000 (16:03 -0500)
committerKevin Day <Kevin@kevux.org>
Sun, 27 Apr 2025 21:03:52 +0000 (16:03 -0500)
build/scripts/test.sh

index c913c0ad387826321f7cd4ec8909925097feb830..a2d1e705d70e20a95a7da83eb1a1effe6e0c3cb3 100644 (file)
@@ -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