From 9c4a16556acc0c056f8096dd6de123c9d12f3292 Mon Sep 17 00:00:00 2001 From: 0xfourzerofour Date: Wed, 4 Oct 2023 16:42:35 -0400 Subject: [PATCH] chore(spec): exit on error --- test/spec-tests/ci/run-spec-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec-tests/ci/run-spec-tests.sh b/test/spec-tests/ci/run-spec-tests.sh index 0f4b7aee0..d765e4fad 100755 --- a/test/spec-tests/ci/run-spec-tests.sh +++ b/test/spec-tests/ci/run-spec-tests.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -x +set -e cd "$(dirname "$0")" (cd ../bundler-spec-tests && pdm install && pdm run update-deps)