Skip to content
Snippets Groups Projects
Commit 7443736c authored by oliver.sander_at_tu-dresden.de's avatar oliver.sander_at_tu-dresden.de
Browse files

Bugfix: intermediate test results were not properly propagated

parent 5849f018
No related branches found
No related tags found
No related merge requests found
......@@ -69,8 +69,8 @@ int main(int argc, char** argv)
CHOLMODSolverTestSuite<1> testsuite1;
CHOLMODSolverTestSuite<2> testsuite2;
passed = checkWithStandardGrids(testsuite1);
passed = checkWithStandardGrids(testsuite2);
passed &= checkWithStandardGrids(testsuite1);
passed &= checkWithStandardGrids(testsuite2);
return passed ? 0 : 1;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment