summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-11-04 23:58:36 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-11-05 00:05:38 +0900
commit4e8336bae853e712eb884b87560621c2da4c4743 (patch)
tree9cba626576f256b2cf7977cc1e7f8a0a9bd5fac6 /common.mk
parente91e3274bebc803b97971ad0a6f4ee3a8c646a60 (diff)
Share test-bundled-gems-run in common.mk
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 3f7b8ac75d..4b3a2f9967 100644
--- a/common.mk
+++ b/common.mk
@@ -1290,7 +1290,12 @@ PREPARE_BUNDLED_GEMS = test-bundled-gems-prepare
test-bundled-gems: $(TEST_RUNNABLE)-test-bundled-gems
yes-test-bundled-gems: test-bundled-gems-run
no-test-bundled-gems:
+
+# Override this to allow failure of specific gems on CI
+# TEST_BUNDLED_GEMS_ALLOW_FAILURES =
+
test-bundled-gems-run: $(PREPARE_BUNDLED_GEMS)
+ $(Q) $(XRUBY) $(srcdir)/tool/test-bundled-gems.rb $(XRUBY)
test-bundler-precheck: $(arch)-fake.rb programs