From afe601b91053a124decd0087fe4da684cd9e767f Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 30 Dec 2025 21:20:12 +0100 Subject: [PATCH] restore --no-remove-on-failure --- lib/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tests.sh b/lib/tests.sh index e7b2487..ad7caba 100644 --- a/lib/tests.sh +++ b/lib/tests.sh @@ -610,7 +610,7 @@ TEST_BACKUP_RESTORE() { # Restore the application from the previous backup metrics_start - _RUN_YUNOHOST_CMD "backup restore Backup_test --force --apps $app_id" \ + _RUN_YUNOHOST_CMD "backup restore Backup_test --no-remove-on-failure --force --apps $app_id" \ && _VALIDATE_THAT_APP_CAN_BE_ACCESSED "$SUBDOMAIN" "$check_path" \ && _TEST_CONFIG_PANEL