1
0
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:
Jelmer Vernooij 2009-06-12 00:08:19 +02:00
parent 4c1a7d7556
commit 8fc3602582

View File

@ -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($;$)