diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 32fe908de0..24117d345d 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3207,9 +3207,12 @@ selftest:: all torture timelimit $(PERL) $(selftestdir)/selftest.pl \ --prefix=${selftest_prefix} --target=samba3 \ --testlist="$(srcdir)/selftest/tests.sh|" \ - --expected-failures=$(srcdir)/selftest/knownfail \ --exclude=$(srcdir)/selftest/skip \ - --socket-wrapper $(TESTS) --format=$(SELFTEST_FORMAT) --immediate + --socket-wrapper $(TESTS) | \ + $(PERL) $(selftestdir)/filter-subunit.pl \ + --expected-failures=$(srcdir)/selftest/knownfail | \ + $(PERL) $(selftestdir)/format-subunit.pl --format=$(SELFTEST_FORMAT) \ + --immediate selftest-%: $(MAKE) selftest TESTS=$* |