From 9bc1c32feee26a8b1b419e8dff45b65eeb72e7b4 Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Thu, 12 Oct 2017 11:44:35 +0530 Subject: [PATCH] test: replace usage of deprecated `--ignore-hooks` option --- test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.sh b/test.sh index 4a60fbe..9af51a3 100755 --- a/test.sh +++ b/test.sh @@ -136,7 +136,7 @@ function test_simple_upgrade() { function test_simple_backup() { echo "--- Running simple backup test ---" - _vagrant_ssh "sudo yunohost backup create --name mattermost-test-backup --ignore-hooks --apps $APP_NAME $VERBOSE_OPT" + _vagrant_ssh "sudo yunohost backup create --name mattermost-test-backup --ignore-system --apps $APP_NAME $VERBOSE_OPT" } function test_simple_remove() { @@ -146,7 +146,7 @@ function test_simple_remove() { function test_simple_restore() { echo "--- Running simple restore test ---" - _vagrant_ssh "sudo yunohost backup restore mattermost-test-backup --force --ignore-hooks --apps $APP_NAME $VERBOSE_OPT" + _vagrant_ssh "sudo yunohost backup restore mattermost-test-backup --force --ignore-system --apps $APP_NAME $VERBOSE_OPT" _assert_mattermost_frontpage_up "$DOMAIN" }