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

View File

@@ -4,6 +4,7 @@
# I tried running cargo test with the `--jobs` parameter set to 1 but that didn't # 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. # 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 \ for ut in \
api::v1::meta::tests::build_details_works \ api::v1::meta::tests::build_details_works \