summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xselftest/selftest.pl3
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;
}