Skip to content
Snippets Groups Projects
Commit 048235b5 authored by Martin Nolte's avatar Martin Nolte
Browse files

[bugfix][test] return 1 on failure

parent 1aabbc72
Branches feature/combine-release-master-changelogs
No related tags found
1 merge request!81[bugfix][test] return 1 on failure
Pipeline #
......@@ -90,4 +90,5 @@ try {
catch (Dune::Exception & e)
{
std::cout << "Error: " << e.what() << std::endl;
return 1;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment