[Test] Use exit code to indicate failure in surfSolver test
This commit is contained in:
parent
4e99746457
commit
404a9b03d2
1 changed files with 1 additions and 0 deletions
|
|
@ -437,6 +437,7 @@ int main(int argc, char** argv)
|
|||
appdelete();
|
||||
} catch (CanteraError& err) {
|
||||
std::cout << err.what() << std::endl;
|
||||
return 1;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue