summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-06-12 14:34:24 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-06-12 14:34:24 +0200
commit718f9be8a2530a11e1cb16b68511b4c910a1c320 (patch)
treeca4a286b38f54c896b6931c5f1a4dc11159f328d /source4
parent13e1654c4a1f8cf2ec38d4d56ae79790b7926c62 (diff)
downloadsamba-718f9be8a2530a11e1cb16b68511b4c910a1c320.tar.gz
samba-718f9be8a2530a11e1cb16b68511b4c910a1c320.tar.bz2
samba-718f9be8a2530a11e1cb16b68511b4c910a1c320.zip
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.
Diffstat (limited to 'source4')
-rw-r--r--source4/selftest/config.mk2
1 files changed, 1 insertions, 1 deletions
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