From: Wolfgang Bangerth Date: Mon, 5 Dec 2005 14:30:09 +0000 (+0000) Subject: Just calling 'false' doesn't do much of the trick -- we actually have X-Git-Tag: v8.0.0~12821 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=180e24351cc2763e7c1c6e7f808efd3aaa3b27d2;p=dealii.git Just calling 'false' doesn't do much of the trick -- we actually have to return an error code from the location where the problem appears! git-svn-id: https://svn.dealii.org/trunk@11815 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile.rules b/tests/Makefile.rules index 5f8bb082fa..155e584fe1 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -114,7 +114,7 @@ endif echo '+++++Error+++++++++' $@ "($$testname/cmp/$$i) Use make verbose=on for the diffs" ; \ fi ; \ if test "x$(stop_on_error)" = "xon" ; then \ - false ; \ + exit 1 ; \ fi ; \ fi ; \ break ; \