diff options
author | Jeff Darcy <jdarcy@redhat.com> | 2015-04-15 22:58:59 -0400 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2015-04-17 06:48:26 +0000 |
commit | a3578deaa5886ddac6196ef3dc5ad78d97ba1692 (patch) | |
tree | d696e53f6d62c428c4f9b118b260181b31a4ff98 | |
parent | 0486c7f40a5813dd50f73c4dc233c55c77b8d958 (diff) |
tests: report run_all status correctly on failure
Change-Id: I469c78db4c9be8f81729a6f835355f8806f65e64
Signed-off-by: Jeff Darcy <jdarcy@redhat.com>
Reviewed-on: http://review.gluster.org/10259
Tested-by: NetBSD Build System
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Tested-by: Vijay Bellur <vbellur@redhat.com>
-rwxr-xr-x | run-tests.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/run-tests.sh b/run-tests.sh index 75f6e6879d3..06fec4aa093 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -219,7 +219,6 @@ function main() echo "Running all the regression test cases (new way)" #prove -rf --timer ${regression_testsdir}/tests; run_all - echo "result = $?" else run_tests "$@" fi |