From 718f9be8a2530a11e1cb16b68511b4c910a1c320 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 12 Jun 2009 14:34:24 +0200 Subject: selftest: Add option to strip output of succeeded tests, and use it on the buildfarm. The matches the behaviour we had earlier in the previous output format. --- source4/selftest/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/selftest/config.mk b/source4/selftest/config.mk index e6b338b9e7..27ea35d92c 100644 --- a/source4/selftest/config.mk +++ b/source4/selftest/config.mk @@ -19,7 +19,7 @@ slowtest:: everything ifeq ($(RUN_FROM_BUILD_FARM),yes) test:: everything - $(SELFTEST) $(SELFTEST_NOSLOW_OPTS) $(DEFAULT_TEST_OPTIONS) $(TESTS) | $(FILTER_XFAIL) + $(SELFTEST) $(SELFTEST_NOSLOW_OPTS) $(DEFAULT_TEST_OPTIONS) $(TESTS) | $(FILTER_XFAIL) --strip-passed-output else test:: everything $(SELFTEST) $(SELFTEST_NOSLOW_OPTS) $(DEFAULT_TEST_OPTIONS) $(TESTS) | $(FORMAT_TEST_OUTPUT) --immediate -- cgit