diff --git a/tests/runtests.pl b/tests/runtests.pl index c83b833a9..4bcf61bbf 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -5780,6 +5780,13 @@ if($total) { } else { logmsg "\nTESTFAIL: No tests were performed\n\n"; + if(scalar(keys %enabled_keywords)) { + logmsg "TESTFAIL: Nothing matched these keywords: "; + for(keys %enabled_keywords) { + logmsg "$_ "; + } + logmsg "\n"; + } } if($all) {