Skip to content

Commit

Permalink
feat(ci): exit on error for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Aug 28, 2023
1 parent 0039eb2 commit 7bf32f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/spec-tests/ci/run-spec-tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -x
set -e
cd "$(dirname "$0")"

(cd ../bundler-spec-tests && pdm install && pdm run update-deps)
Expand Down
2 changes: 1 addition & 1 deletion test/spec-tests/local/launcher.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# Launcher script for geth and the entrypoint
set +x
set -e
cd `dirname \`realpath $0\``
case $1 in

Expand Down

0 comments on commit 7bf32f8

Please sign in to comment.