diff options
| author | John R. Lenton | 2014-01-14 23:58:05 +0000 |
|---|---|---|
| committer | John R. Lenton | 2014-01-14 23:58:05 +0000 |
| commit | ff8007c7d6497b108e8abe80ab3311945a03fe52 (patch) | |
| tree | e2f6974d6476cc46b7414ba0626cb519142c3e3d /tests/basics/run-tests | |
| parent | 9daa78943e58602f74c89a2b5b1ed225f4ccf6cc (diff) | |
| parent | c6920d31e2b03205fe2851f74a6a4b48d0165608 (diff) | |
Merge remote-tracking branch 'upstream/master' into builtins
Diffstat (limited to 'tests/basics/run-tests')
| -rwxr-xr-x | tests/basics/run-tests | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/basics/run-tests b/tests/basics/run-tests index 0c3995da1..bc2969ae3 100755 --- a/tests/basics/run-tests +++ b/tests/basics/run-tests @@ -42,4 +42,7 @@ echo "$numpassed tests passed" if [[ $numfailed != 0 ]] then echo "$numfailed tests failed -$namefailed" + exit 1 +else + exit 0 fi |
