Skip to content

Commit 9b4915b

Browse files
committed
fix(scripts/test): ensure the script fails once the first failure happens
#100
1 parent f469559 commit 9b4915b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/sh -e
2+
13
export PREFIX="poetry run python -m "
24
if [ -d 'venv' ] ; then
35
export PREFIX="venv/bin/"

0 commit comments

Comments
 (0)