Skip to content

Commit 10178c4

Browse files
committed
Test 1 -- exit on err
1 parent b89e84c commit 10178c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/dragon

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
export DRAGON_DIR=.dragon
46
export DRAGON_VERS=$(python3 -c 'from dragon.util import version; print(version())')
57

0 commit comments

Comments
 (0)