summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-03-30 00:30:52 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-03-30 01:08:20 +0200
commitef3fb75261d1ce0d10da3e0c636c895aeb8b8441 (patch)
treea976d17d164d4ecfc17cbef3f9933a73497f16a3 /source4/selftest
parent0c78368a3108ad7437a20fac7e6da42ecf6f348a (diff)
downloadsamba-ef3fb75261d1ce0d10da3e0c636c895aeb8b8441.tar.gz
samba-ef3fb75261d1ce0d10da3e0c636c895aeb8b8441.tar.bz2
samba-ef3fb75261d1ce0d10da3e0c636c895aeb8b8441.zip
selftest: Replace perl subunit formatter with python subunit formatter,
so we can leverage the work happening in python-subunit.
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 4359585e9e..6057de68f9 100644
--- a/source4/selftest/config.mk
+++ b/source4/selftest/config.mk
@@ -14,7 +14,7 @@ ST_DONE_TEST = @test -f $(selftest_prefix)/st_done || { echo "SELFTEST FAILED";
SELFTEST_NOSLOW_OPTS = --exclude=$(srcdir)/selftest/slow
SELFTEST_QUICK_OPTS = $(SELFTEST_NOSLOW_OPTS) --quick --include=$(srcdir)/selftest/quick
FILTER_XFAIL = $(PERL) $(selftestdir)/filter-subunit.pl --expected-failures=$(srcdir)/selftest/knownfail
-SUBUNIT_FORMATTER ?= $(PERL) $(selftestdir)/format-subunit --prefix=${selftest_prefix} --immediate
+SUBUNIT_FORMATTER ?= $(PYTHON) $(selftestdir)/format-subunit --prefix=${selftest_prefix} --immediate
FORMAT_TEST_OUTPUT = $(FILTER_XFAIL) | $(SUBUNIT_FORMATTER)
test-subunit:: everything