[cantera]: fixing a test that was always returning success even in the face of total failure.

This commit is contained in:
Nicholas Malaya 2012-02-06 23:51:21 +00:00
parent bc0cd99602
commit 77ef155949

View file

@ -39,6 +39,6 @@ else
echo "unsuccessful diff comparison on $prog test"
echo "FAILED" > csvCode.txt
temp_success="0"
return 0
return 1
fi