Skip to content

Commit

Permalink
chore(spec): exit on error
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Oct 4, 2023
1 parent be74fb8 commit 9c4a165
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 9c4a165

Please sign in to comment.