summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-06-05 13:16:46 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-06-11 19:59:58 +0200
commit4308e69084c3455072a4e256c84bf3b2b013f31e (patch)
tree4d98adee84fee5c68282e3ab5d596b401903139a /source4/selftest
parentc278ee50eeb59f74b960036803e3288c8b329c72 (diff)
downloadsamba-4308e69084c3455072a4e256c84bf3b2b013f31e.tar.gz
samba-4308e69084c3455072a4e256c84bf3b2b013f31e.tar.bz2
samba-4308e69084c3455072a4e256c84bf3b2b013f31e.zip
selftest: Fix subunit stream to include the right prefixes rather than
extending the subunit protocol.
Diffstat (limited to 'source4/selftest')
-rw-r--r--source4/selftest/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/config.mk b/source4/selftest/config.mk
index cc8a283b41..3271e70311 100644
--- a/source4/selftest/config.mk
+++ b/source4/selftest/config.mk
@@ -8,7 +8,7 @@ SELFTEST = $(LD_LIBPATH_OVERRIDE) PYTHON=$(PYTHON) \
SELFTEST_NOSLOW_OPTS = --exclude=$(srcdir)/selftest/slow
SELFTEST_QUICK_OPTS = $(SELFTEST_NOSLOW_OPTS) --quick --include=$(srcdir)/selftest/quick
-FILTER_XFAIL = $(PERL) $(selftestdir)/filter-xfail.pl --expected-failures=$(srcdir)/selftest/knownfail
+FILTER_XFAIL = $(PERL) $(selftestdir)/filter-subunit.pl --expected-failures=$(srcdir)/selftest/knownfail
FORMAT_TEST_OUTPUT = $(FILTER_XFAIL) | $(PERL) $(selftestdir)/format-subunit.pl --format=$(TEST_FORMAT)
subunittest:: everything