Use `set -e` for testing shells
This commit is contained in:
parent
c01cc35663
commit
c7fe5dbbb4
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
: ${PYTHON:=python}
|
||||
FAIL_SUMMARY=""
|
||||
FAILED=0
|
||||
|
|
Loading…
Reference in New Issue