mirror of
https://github.com/YunoHost-Apps/restic_ynh.git
synced 2024-09-03 20:16:22 +02:00
tests: always initialize lxd before running test
This commit is contained in:
parent
634510449d
commit
19f633893e
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
vagrant up
|
vagrant up
|
||||||
vagrant ssh -c "/package_check/package_check.sh /restic_ynh"
|
vagrant ssh -c "lxd init --auto;/package_check/package_check.sh /restic_ynh"
|
||||||
vagrant halt
|
vagrant halt
|
||||||
|
|
Loading…
Add table
Reference in a new issue