[Test] Use exit code to indicate failure in surfSolver test

This commit is contained in:
Ray Speth 2014-11-15 19:27:12 +00:00
parent 4e99746457
commit 404a9b03d2

View file

@ -437,6 +437,7 @@ int main(int argc, char** argv)
appdelete();
} catch (CanteraError& err) {
std::cout << err.what() << std::endl;
return 1;
}
return 0;