diff --git a/include/catch_runner.hpp b/include/catch_runner.hpp index 95c466b9..0b2fad79 100644 --- a/include/catch_runner.hpp +++ b/include/catch_runner.hpp @@ -69,7 +69,7 @@ namespace Catch { } } } - if( testsRunForGroup == 0 ) + if( testsRunForGroup == 0 && !filterGroup.getName().empty() ) std::cerr << "\n[No test cases matched with: " << filterGroup.getName() << "]" << std::endl; return totals;