diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-10-24 14:36:35 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-10-24 14:36:35 -0400 |
commit | 3e8a18dd1b322a811550da9874a2612dd8ad4b03 (patch) | |
tree | f8e851371c6cffd754208cbf256b74671481583d | |
parent | 2434d4eb3e039cde972d47923744225e67f98f06 (diff) | |
download | roux-3e8a18dd1b322a811550da9874a2612dd8ad4b03.tar.gz |
return non-zero when tests fail
-rwxr-xr-x | tools/unit.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/unit.sh b/tools/unit.sh index e21bf77..d665d09 100755 --- a/tools/unit.sh +++ b/tools/unit.sh @@ -110,6 +110,7 @@ case $1 in echo echo "All is fine!" fi + exit $F ;; *) once $1 |