diff options
-rwxr-xr-x | selftest/selftest.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl index f35b063b01..2df5092478 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -943,6 +943,9 @@ $envvarstr unless($cmd =~ /\$LISTOPT/) { warn("Unable to list tests in $name"); + # Rather than ignoring this testsuite altogether, just pretend the entire testsuite is + # a single "test". + print "$name\n"; next; } |