mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Update lib/tests.sh
Co-authored-by: Kayou <pierre@kayou.io>
This commit is contained in:
parent
a4c0a3fcc4
commit
9279a913aa
1 changed files with 1 additions and 2 deletions
|
@ -488,7 +488,7 @@ TEST_BACKUP_RESTORE () {
|
||||||
ret=$?
|
ret=$?
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[ $ret -eq 0 ] || main_result=1
|
[ $ret -eq 0 ] || { main_result=1; break_before_continue; continue; }
|
||||||
|
|
||||||
# Grab the backup archive into the LXC container, and keep a copy
|
# Grab the backup archive into the LXC container, and keep a copy
|
||||||
lxc file pull -r $LXC_NAME/home/yunohost.backup/archives $TEST_CONTEXT/ynh_backups
|
lxc file pull -r $LXC_NAME/home/yunohost.backup/archives $TEST_CONTEXT/ynh_backups
|
||||||
|
@ -903,4 +903,3 @@ ACTIONS_CONFIG_PANEL () {
|
||||||
|
|
||||||
return $main_result
|
return $main_result
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue