Ensure end time is recorded for unsuccessful runs too (#62)

* Ensure end time is also recorded for unsuccessful runs

* Clean up integration tests
This commit is contained in:
Frederik Ring
2022-02-13 09:41:36 +01:00
committed by GitHub
parent 0e248010a8
commit 3e17d1b123
6 changed files with 53 additions and 50 deletions

View File

@@ -29,9 +29,7 @@ if [ "$(docker ps -q | wc -l)" != "5" ]; then
docker ps -a
exit 1
fi
echo "[TEST:PASS] All containers running post backup."
docker stack rm test_stack
docker swarm leave --force