From 43143aa481c1cdd1765aac5ac959a8f11926b46a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 11 Jun 2009 18:45:49 +0200 Subject: Fix Samba 3 selftest to use new selftest formatting functions. --- source3/Makefile.in | 7 +++++-- 1 file 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=$* -- cgit