diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runtests.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index 217819794..2b4250589 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -3014,6 +3014,11 @@ sub singletest { my @keywords = getpart("info", "keywords"); my $match; my $k; + + if(!$keywords[0]) { + $why = "missing the <keywords> section!"; + } + for $k (@keywords) { chomp $k; if ($disabled_keywords{$k}) { |