mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
Don't ignore testsuites without --list support, but consider them as
atomic entities. This prevents any such testsuites from being skipped when run using testr. Bug: https://bugzilla.samba.org/show_bug.cgi?id=10874 Change-Id: I6ae8c92bb70e86a3b848b9cb3a53e2af466c3fe3 Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
c7b6897b80
commit
7cc7093fb3
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user