summaryrefslogtreecommitdiff
path: root/selftest/selftest.pl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-06-05 17:25:42 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-06-11 19:59:59 +0200
commit84f2d3001dd8a9e8734d0b36f4e1445fc1a8254c (patch)
tree4d108911d5257ef64dd8fb875f1ab52b7e772f4e /selftest/selftest.pl
parentd8a77a798b5c691c76fcbadbc41c97ff1c9922f3 (diff)
downloadsamba-84f2d3001dd8a9e8734d0b36f4e1445fc1a8254c.tar.gz
samba-84f2d3001dd8a9e8734d0b36f4e1445fc1a8254c.tar.bz2
samba-84f2d3001dd8a9e8734d0b36f4e1445fc1a8254c.zip
selftest/subunit: Add diff command that can diff two subunit streams.
Diffstat (limited to 'selftest/selftest.pl')
-rwxr-xr-xselftest/selftest.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index 28e0460a5a..3094f78b8e 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -222,8 +222,6 @@ sub run_testsuite($$$$$)
open(RESULTS, "$cmd 2>&1|");
my $statistics = {
- SUITES_FAIL => 0,
-
TESTS_UNEXPECTED_OK => 0,
TESTS_EXPECTED_OK => 0,
TESTS_UNEXPECTED_FAIL => 0,