1
0
mirror of https://github.com/minetest/minetest.git synced 2024-09-27 15:00:30 +02:00
This commit is contained in:
Josiah VanderZee 2023-10-09 13:10:03 -05:00
parent e79f3b0194
commit d796a426cf

View File

@ -253,7 +253,7 @@ bool run_tests()
<< "++++++++++++++++++++++++++++++++++++++++"
<< "++++++++++++++++++++++++++++++++++++++++" << std::endl
<< "Catch test results: " << std::endl;
auto catch_test_failures = Catch::Sesion().run();
auto catch_test_failures = Catch::Session().run();
if (catch_test_failures > 0) {
++num_modules_failed;
}