diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-11-13 22:58:15 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-11-13 22:58:15 +0100 |
| commit | 2ceb13adc217d5e909f40b66c40d418d1b03d4fd (patch) | |
| tree | 3dca63144c62d6ded484b8a30c3d93742c3ee9ba /tests | |
| parent | ab779a7476acc3a5b6dc350badd67f72f9402d6e (diff) | |
tests: fix container update
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 |
