From 2f924607abfc257e2946244b80033f09942f6f44 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Thu, 12 May 2022 19:30:13 +0530 Subject: [PATCH] fix: harden failure modes on hotfix test fix --- scripts/tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/tests.sh b/scripts/tests.sh index 3b1e608f..da6a30c4 100755 --- a/scripts/tests.sh +++ b/scripts/tests.sh @@ -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 \