From 1edcae1153e1239763149cb4be01bd6deed22208 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 1 Jan 2024 23:49:48 +0100 Subject: [PATCH] Revert "Add some debug because something funky seems to be happening with the value of check_path ..." This reverts commit 3e1708969ea31a8a88d7b4a8340f07abf13fe867. --- lib/tests.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/tests.sh b/lib/tests.sh index 848464f..73a405b 100644 --- a/lib/tests.sh +++ b/lib/tests.sh @@ -483,16 +483,13 @@ TEST_UPGRADE () { _PREINSTALL # Install the application - log_debug "before _INSTALL_APP path=$check_path" _INSTALL_APP "path=$check_path" - log_debug "after _INSTALL_APP path=$check_path" local ret=$? # Test if the app can be accessed (though we don't want to report an # error if it's not, in that context) ... but the point # is to display the curl page - log_debug "before _VALIDATE_THAT_APP_CAN_BE_ACCESSED $SUBDOMAIN $check_path upgrade" _VALIDATE_THAT_APP_CAN_BE_ACCESSED "$SUBDOMAIN" "$check_path" "upgrade" # Then replace the backup