commit 3e8a18dd1b322a811550da9874a2612dd8ad4b03 parent 2434d4eb3e039cde972d47923744225e67f98f06 Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Mon, 24 Oct 2016 14:36:35 -0400 return non-zero when tests fail Diffstat:
M | tools/unit.sh | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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