diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-03-30 00:30:52 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-03-30 01:08:20 +0200 |
commit | ef3fb75261d1ce0d10da3e0c636c895aeb8b8441 (patch) | |
tree | a976d17d164d4ecfc17cbef3f9933a73497f16a3 /source3 | |
parent | 0c78368a3108ad7437a20fac7e6da42ecf6f348a (diff) | |
download | samba-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 'source3')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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=$* |