From 180e24351cc2763e7c1c6e7f808efd3aaa3b27d2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 5 Dec 2005 14:30:09 +0000 Subject: [PATCH] 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 --- tests/Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ; \ -- 2.39.5