From ef3fb75261d1ce0d10da3e0c636c895aeb8b8441 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 30 Mar 2010 00:30:52 +0200 Subject: selftest: Replace perl subunit formatter with python subunit formatter, so we can leverage the work happening in python-subunit. --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/Makefile.in b/source3/Makefile.in index 9913806fe7..97b3275e46 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3253,7 +3253,7 @@ selftest:: all torture timelimit --socket-wrapper $(TESTS) | \ $(PERL) $(selftestdir)/filter-subunit.pl \ --expected-failures=$(srcdir)/selftest/knownfail | \ - $(PERL) $(selftestdir)/format-subunit --immediate + $(PYTHON) $(selftestdir)/format-subunit --immediate selftest-%: $(MAKE) selftest TESTS=$* -- cgit