From: Andrew Bartlett Date: Fri, 14 Aug 2009 07:51:14 +0000 (+1000) Subject: s4:selftest Remove the 'subunit filter' from make testenv etc X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=ca526fbb3ee4131f1dae2b68f5f0f6b8c49ff711 s4:selftest Remove the 'subunit filter' from make testenv etc The extra filter is no use for 'testenv', as we are not running tests, but an xterm. The filter also breaks running 'GDB_PROVISION=yes make test', but at least if we can run 'GDB_PROVISION=yes make testenv' then we can debug provision. Andrew Bartlett --- diff --git a/source4/selftest/config.mk b/source4/selftest/config.mk index 27ea35d92cb9..51aa7712199e 100644 --- a/source4/selftest/config.mk +++ b/source4/selftest/config.mk @@ -58,10 +58,10 @@ quicktestone:: all $(SELFTEST) $(SELFTEST_QUICK_OPTS) --socket-wrapper --one $(TESTS) | $(FORMAT_TEST_OUTPUT) testenv:: everything - $(SELFTEST) $(SELFTEST_NOSLOW_OPTS) --socket-wrapper --testenv | $(FORMAT_TEST_OUTPUT) + $(SELFTEST) $(SELFTEST_NOSLOW_OPTS) --socket-wrapper --testenv testenv-%:: everything - SELFTEST_TESTENV=$* $(SELFTEST) $(SELFTEST_NOSLOW_OPTS) --socket-wrapper --testenv | $(FORMAT_TEST_OUTPUT) + SELFTEST_TESTENV=$* $(SELFTEST) $(SELFTEST_NOSLOW_OPTS) --socket-wrapper --testenv test-%:: $(MAKE) test TESTS=$*