From 7bf32f88bb36c98ffa091b4b3b248177d48bc016 Mon Sep 17 00:00:00 2001 From: 0xfourzerofour Date: Mon, 28 Aug 2023 11:12:25 -0400 Subject: [PATCH] feat(ci): exit on error for ci --- test/spec-tests/ci/run-spec-tests.sh | 2 +- test/spec-tests/local/launcher.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/spec-tests/ci/run-spec-tests.sh b/test/spec-tests/ci/run-spec-tests.sh index 993149163..a02243d66 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) diff --git a/test/spec-tests/local/launcher.sh b/test/spec-tests/local/launcher.sh index 39b6f6893..a8ecb3ede 100755 --- a/test/spec-tests/local/launcher.sh +++ b/test/spec-tests/local/launcher.sh @@ -1,6 +1,6 @@ #!/bin/bash # Launcher script for geth and the entrypoint -set +x +set -e cd `dirname \`realpath $0\`` case $1 in