mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
selftest: Output subunit on the buildfarm.
This commit is contained in:
parent
ba4a047b36
commit
8c10fb7f00
@ -17,8 +17,13 @@ test-subunit:: everything
|
||||
slowtest:: everything
|
||||
$(SELFTEST) $(DEFAULT_TEST_OPTIONS) $(TESTS) | $(FORMAT_TEST_OUTPUT) --immediate
|
||||
|
||||
ifeq ($(RUN_FROM_BUILD_FARM),yes)
|
||||
test:: everything
|
||||
$(SELFTEST) $(SELFTEST_NOSLOW_OPTS) $(DEFAULT_TEST_OPTIONS) $(TESTS) | $(FILTER_XFAIL)
|
||||
else
|
||||
test:: everything
|
||||
$(SELFTEST) $(SELFTEST_NOSLOW_OPTS) $(DEFAULT_TEST_OPTIONS) $(TESTS) | $(FORMAT_TEST_OUTPUT) --immediate
|
||||
endif
|
||||
|
||||
kvmtest:: everything
|
||||
$(SELFTEST) $(SELFTEST_NOSLOW_OPTS) $(DEFAULT_TEST_OPTIONS) \
|
||||
|
Loading…
Reference in New Issue
Block a user