diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-24 12:24:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-24 12:24:05 +0100 |
| commit | 2c8270716ac21c05b5f7ce0e45096a1e9e62a619 (patch) | |
| tree | 9d757922c86a992d70ce58fc5fe04eca97c71850 | |
| parent | db536bd9f9f16b79286c5f0bb54d0f283050f7dd (diff) | |
Missing exit
| -rwxr-xr-x | run/tests | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -28,6 +28,10 @@ elif [ "$1" == "--callgrind" ]; then valgrind --tool="callgrind" $work/tests $private $* else $work/tests $private $* + if [ "$?" != "0" ]; then + echo "FAIL: unit tests" + exit 1 + fi fi # Check a MXF written by the unit tests |
