Skip to content

Commit

Permalink
Merge pull request #1421 from CiderMan/make-check-fix
Browse files Browse the repository at this point in the history
Fix 'make check' to return failure on test failure
  • Loading branch information
basvodde committed Sep 16, 2020
2 parents 2cd9282 + 1d75611 commit e6e050b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CppUTest/AllTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ int main(int ac, char **av)
accountant.start();
#endif

CommandLineTestRunner::RunAllTests(ac, av); /* cover alternate method */
returnValue = CommandLineTestRunner::RunAllTests(ac, av); /* cover alternate method */

#if SHOW_MEMORY_REPORT
accountant.stop();
Expand Down

0 comments on commit e6e050b

Please sign in to comment.