Skip to content
Snippets Groups Projects
Commit 5c9a638f authored by Elias Pipping's avatar Elias Pipping
Browse files

Successful tests should not raise exceptions

parent 2f10e8b1
No related branches found
No related tags found
No related merge requests found
...@@ -187,8 +187,7 @@ int main(int argc, char** argv) try ...@@ -187,8 +187,7 @@ int main(int argc, char** argv) try
return passed ? 0 : 1; return passed ? 0 : 1;
} }
catch (Dune::Exception e) { catch (Dune::Exception e) {
std::cout << e << std::endl; std::cout << 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