Skip to content
Snippets Groups Projects
Commit b9045dab authored by Oliver Sander's avatar Oliver Sander
Browse files

Return 1 when exception was thrown so the AutoTools test suite takes notices that the test failed

[[Imported from SVN: r784]]
parent 124da20d
No related branches found
No related tags found
No related merge requests found
......@@ -86,5 +86,6 @@ int main()
builder.randomBuild(5,4);
}catch(Dune::Exception e) {
std::cerr << e<<std::endl;
return 1;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment