Use `set -e` for testing shells

This commit is contained in:
ZyX 2015-01-02 21:31:39 +03:00
parent c01cc35663
commit c7fe5dbbb4
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/sh
set -e
: ${PYTHON:=python}
FAIL_SUMMARY=""
FAILED=0