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

Merge branch 'bugfix/return-1-on-failure' into 'master'

[bugfix][test] return 1 on failure

See merge request !81
parents 1aabbc72 048235b5
Branches feature/combine-release-master-changelogs
No related tags found
Loading
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