From 77ef1559499606ded2b0d1bc0f40a1cb1bd3863b Mon Sep 17 00:00:00 2001 From: Nicholas Malaya Date: Mon, 6 Feb 2012 23:51:21 +0000 Subject: [PATCH] [cantera]: fixing a test that was always returning success even in the face of total failure. --- test_problems/cathermo/HMW_dupl_test/runtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_problems/cathermo/HMW_dupl_test/runtest b/test_problems/cathermo/HMW_dupl_test/runtest index 5b04008f3..522e697ea 100755 --- a/test_problems/cathermo/HMW_dupl_test/runtest +++ b/test_problems/cathermo/HMW_dupl_test/runtest @@ -39,6 +39,6 @@ else echo "unsuccessful diff comparison on $prog test" echo "FAILED" > csvCode.txt temp_success="0" - return 0 + return 1 fi