Skip test depending on bundled gems
Because bundled gems cannot be loaded at test-all, this test which depends on one of the bundled gems, `rake`, always does nothing except print an expected warning.
This commit is contained in:
parent
577bc8254e
commit
c945a849cb
@ -942,7 +942,8 @@ PRECHECK_TEST_ALL = yes-test-all-precheck
|
|||||||
test-all: $(TEST_RUNNABLE)-test-all
|
test-all: $(TEST_RUNNABLE)-test-all
|
||||||
yes-test-all: $(PRECHECK_TEST_ALL)
|
yes-test-all: $(PRECHECK_TEST_ALL)
|
||||||
$(ACTIONS_GROUP)
|
$(ACTIONS_GROUP)
|
||||||
$(gnumake_recursive)$(Q)$(exec) $(RUNRUBY) "$(TESTSDIR)/runner.rb" --ruby="$(RUNRUBY)" $(TEST_EXCLUDES) $(TESTOPTS) $(TESTS)
|
$(gnumake_recursive)$(Q)$(exec) $(RUNRUBY) "$(TESTSDIR)/runner.rb" --ruby="$(RUNRUBY)" \
|
||||||
|
$(TEST_EXCLUDES) $(TESTOPTS) $(TESTS) --exclude='rubygems/test_gem_package_task\.rb'
|
||||||
$(ACTIONS_ENDGROUP)
|
$(ACTIONS_ENDGROUP)
|
||||||
TESTS_BUILD = mkmf
|
TESTS_BUILD = mkmf
|
||||||
no-test-all: PHONY
|
no-test-all: PHONY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user