Skip to content

Commit ce490d5

Browse files
committed
in cryo_test build script exit on error
1 parent 7823934 commit ce490d5

File tree

1 file changed

+2
-0
lines changed
  • crates/python/python/cryo_test/examples/ethers_vs_alloy

1 file changed

+2
-0
lines changed

crates/python/python/cryo_test/examples/ethers_vs_alloy/build_cryo

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
set -e
4+
35
# get directory of script
46
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
57

0 commit comments

Comments
 (0)