From a82a4fd0799d4c8e9ead9e5d342dadd27682db79 Mon Sep 17 00:00:00 2001 From: Kayou Date: Tue, 17 Nov 2020 22:20:32 +0100 Subject: [PATCH] add --force during the upgrade test --- sub_scripts/testing_process.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub_scripts/testing_process.sh b/sub_scripts/testing_process.sh index 0e95184..6a9d373 100644 --- a/sub_scripts/testing_process.sh +++ b/sub_scripts/testing_process.sh @@ -962,7 +962,7 @@ CHECK_UPGRADE () { ECHO_FORMAT "\nUpgrade...\n" "white" "bold" clog # Upgrade the application in a LXC container - LXC_START "sudo PACKAGE_CHECK_EXEC=1 yunohost --debug app upgrade $ynh_app_id -f \"$package_dir\"" + LXC_START "sudo PACKAGE_CHECK_EXEC=1 yunohost --debug app upgrade $ynh_app_id --file \"$package_dir\"" --force # yunohost_result gets the return code of the upgrade yunohost_result=$?