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:
Nobuyoshi Nakada 2024-01-04 17:47:26 +09:00
parent 577bc8254e
commit c945a849cb
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -942,7 +942,8 @@ PRECHECK_TEST_ALL = yes-test-all-precheck
test-all: $(TEST_RUNNABLE)-test-all
yes-test-all: $(PRECHECK_TEST_ALL)
$(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)
TESTS_BUILD = mkmf
no-test-all: PHONY