diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-09-27 22:18:06 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:07:23 -0500 |
commit | 08aba81a3675a5a69a0e87e3d08365b7ac00de2f (patch) | |
tree | f26303b6fc892b01457f521f6d0d7fe8fc40658c | |
parent | 55568328ad440cefac419baf9044a767c4372c8a (diff) | |
download | samba-08aba81a3675a5a69a0e87e3d08365b7ac00de2f.tar.gz samba-08aba81a3675a5a69a0e87e3d08365b7ac00de2f.tar.bz2 samba-08aba81a3675a5a69a0e87e3d08365b7ac00de2f.zip |
r25385: Don't clutter the buildfarm output with SKIP: lines.
(This used to be commit 70810484eaab1ff5bc15ce312edce556c976423a)
-rw-r--r-- | source4/selftest/output/buildfarm.pm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source4/selftest/output/buildfarm.pm b/source4/selftest/output/buildfarm.pm index 97c2ec0c40..953f009c7d 100644 --- a/source4/selftest/output/buildfarm.pm +++ b/source4/selftest/output/buildfarm.pm @@ -103,11 +103,7 @@ sub skip_testsuite($$$$) { my ($self, $envname, $name, $reason) = @_; - if ($reason) { - print "SKIPPED: $name [$reason]\n"; - } else { - print "SKIPPED: $name\n"; - } + # Ignore skipped tests } 1; |