fix: harden failure modes on hotfix test fix

This commit is contained in:
realaravinth 2022-05-12 19:30:13 +05:30
parent 28e9d67fce
commit 2f924607ab
No known key found for this signature in database
GPG key ID: AD9F0F08E855ED88

View file

@ -4,6 +4,7 @@
# I tried running cargo test with the `--jobs` parameter set to 1 but that didn't
# seem to solve the issue. This scr will run the whole test suite but one test at a time.
set -Eeuo pipefail
for ut in \
api::v1::meta::tests::build_details_works \