e2e: Exit on first test error

This commit is contained in:
2022-06-23 18:55:39 +02:00
parent ba4240720c
commit 664cfb8965

View File

@@ -66,7 +66,7 @@ test-e2e +tests=".": test-binary
--rm \
-v $PWD/../target/x86_64-unknown-linux-musl/e2e-tests/grm:/grm \
pytest \
"GRM_BINARY=/grm ALTERNATE_DOMAIN=alternate-rest python3 -m pytest -p no:cacheprovider --color=yes "$@"" \
"GRM_BINARY=/grm ALTERNATE_DOMAIN=alternate-rest python3 -m pytest --exitfirst -p no:cacheprovider --color=yes "$@"" \
&& docker-compose rm --stop -f
update-dependencies: update-cargo-dependencies