From 5bf8f098f987540b71754f77ca2d87c26a765ace Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 15 Nov 2017 21:41:36 +0100 Subject: [PATCH] Unhide errors from mpich3 tests. --- teshsuite/smpi/mpich3-test/runtests | 1 + 1 file changed, 1 insertion(+) diff --git a/teshsuite/smpi/mpich3-test/runtests b/teshsuite/smpi/mpich3-test/runtests index ea6c304149..879319873b 100755 --- a/teshsuite/smpi/mpich3-test/runtests +++ b/teshsuite/smpi/mpich3-test/runtests @@ -282,6 +282,7 @@ else { print "TAP formatted results in $tapfullfile\n"; } } +exit ($err_count > 0); # # --------------------------------------------------------------------------- # Routines -- 2.20.1