diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-03-30 12:46:26 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-03-31 02:20:07 +0200 |
commit | 08161e093d38f0d7b54841f5572a024f228408fa (patch) | |
tree | 5f1daa746bda4a40cdeb55e41800f3dd1e7547c1 /source3 | |
parent | ae5381d34c75918f7fa49654585d277bbfe66f49 (diff) | |
download | samba-08161e093d38f0d7b54841f5572a024f228408fa.tar.gz samba-08161e093d38f0d7b54841f5572a024f228408fa.tar.bz2 samba-08161e093d38f0d7b54841f5572a024f228408fa.zip |
selftest: Convert filter-subunit to Python so the subunit Python module
can be used later.
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 97b3275e46..8cc6c66b23 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3251,7 +3251,7 @@ selftest:: all torture timelimit --testlist="$(srcdir)/selftest/tests.sh|" \ --exclude=$(srcdir)/selftest/skip \ --socket-wrapper $(TESTS) | \ - $(PERL) $(selftestdir)/filter-subunit.pl \ + $(PYTHON) $(selftestdir)/filter-subunit \ --expected-failures=$(srcdir)/selftest/knownfail | \ $(PYTHON) $(selftestdir)/format-subunit --immediate |