mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
subunit-filter: Print names of skipped testsuites.
This commit is contained in:
parent
4c1a7d7556
commit
8fc3602582
@ -92,7 +92,8 @@ sub end_test($$$$$)
|
||||
|
||||
sub skip_testsuite($;$)
|
||||
{
|
||||
Subunit::skip_testsuite(@_);
|
||||
my ($self, $name, $reason) = @_;
|
||||
Subunit::skip_testsuite($name, $reason);
|
||||
}
|
||||
|
||||
sub start_testsuite($;$)
|
||||
|
Loading…
x
Reference in New Issue
Block a user