From b607f9968818811759ee744afeebab4880d2c5de Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 28 Mar 2010 21:42:34 +0200 Subject: Remove extension from format-subunit. --- source3/Makefile.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 3d5a618993..9913806fe7 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3237,7 +3237,6 @@ valgrindtest:: all torture timelimit VALGRIND="valgrind -q --num-callers=30 --log-file=${selftest_prefix}/valgrind.log" \ PERL="$(PERL)" $(srcdir)/script/tests/selftest.sh ${selftest_prefix} all ${TEST_EXTRA_ARGS} -SELFTEST_FORMAT = plain selftestdir = ../selftest S3_LD_LIBPATH_OVERRIDE = $(LIB_PATH_VAR)="$(builddir)/bin:$$$(LIB_PATH_VAR)" @@ -3254,8 +3253,7 @@ selftest:: all torture timelimit --socket-wrapper $(TESTS) | \ $(PERL) $(selftestdir)/filter-subunit.pl \ --expected-failures=$(srcdir)/selftest/knownfail | \ - $(PERL) $(selftestdir)/format-subunit.pl --format=$(SELFTEST_FORMAT) \ - --immediate + $(PERL) $(selftestdir)/format-subunit --immediate selftest-%: $(MAKE) selftest TESTS=$* -- cgit