diff options
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/run-tests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-tests.sh b/tests/run-tests.sh index b74a6fe..92acdc8 100755 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -7,7 +7,9 @@ function cleanup { sudo nixos-container stop hermes } +echo Stopping container for update ... sudo nixos-container stop hermes || exit 2 +echo Updating container ... sudo nixos-container update hermes --flake ..#hermes-test || exit 2 echo Starting container ... sudo nixos-container start hermes || exit 2 |
