Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Feb 13, 2025
1 parent 4363eac commit 552eb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyprtester/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ int main(int argc, char** argv, char** envp) {
std::println("\n{}Summary:\n\tPASSED: {}{}{}/{}\n\tFAILED: {}{}{}/{}\n{}", Colors::RESET, Colors::GREEN, TESTS_PASSED, Colors::RESET, TESTS_PASSED + TESTS_FAILED, Colors::RED,
TESTS_FAILED, Colors::RESET, TESTS_PASSED + TESTS_FAILED, (TESTS_FAILED > 0 ? std::string{Colors::RED} + "\nSome tests failed.\n" : ""));

return ret;
return ret || TESTS_FAILED;
}

0 comments on commit 552eb21

Please sign in to comment.