aboutsummaryrefslogtreecommitdiffstats
path: root/template
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 /template
parente91e3274bebc803b97971ad0a6f4ee3a8c646a60 (diff)
downloadruby-4e8336bae853e712eb884b87560621c2da4c4743.tar.gz
Share test-bundled-gems-run in common.mk
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index f7210bc2ab..ed9e8b686e 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -532,12 +532,6 @@ enc/encinit.$(OBJEXT): enc/encinit.c $(SETUP)
cont.$(OBJEXT): $(COROUTINE_H)
-# Override this to allow failure of specific gems on CI
-TEST_BUNDLED_GEMS_ALLOW_FAILURES =
-
-test-bundled-gems-run:
- $(Q) $(XRUBY) $(srcdir)/tool/test-bundled-gems.rb $(XRUBY)
-
update-src::
@$(CHDIR) "$(srcdir)" && LC_TIME=C exec $(VCSUP)