mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
test: replace usage of deprecated --ignore-hooks
option
This commit is contained in:
parent
6b9a4359ff
commit
9bc1c32fee
1 changed files with 2 additions and 2 deletions
4
test.sh
4
test.sh
|
@ -136,7 +136,7 @@ function test_simple_upgrade() {
|
||||||
|
|
||||||
function test_simple_backup() {
|
function test_simple_backup() {
|
||||||
echo "--- Running simple backup test ---"
|
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() {
|
function test_simple_remove() {
|
||||||
|
@ -146,7 +146,7 @@ function test_simple_remove() {
|
||||||
|
|
||||||
function test_simple_restore() {
|
function test_simple_restore() {
|
||||||
echo "--- Running simple restore test ---"
|
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"
|
_assert_mattermost_frontpage_up "$DOMAIN"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue