[cantera]: fixing a test that was always returning success even in the face of total failure.
This commit is contained in:
parent
bc0cd99602
commit
77ef155949
1 changed files with 1 additions and 1 deletions
|
|
@ -39,6 +39,6 @@ else
|
|||
echo "unsuccessful diff comparison on $prog test"
|
||||
echo "FAILED" > csvCode.txt
|
||||
temp_success="0"
|
||||
return 0
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue