aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index d7e139c6d4..117c1cd5c4 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -536,15 +536,7 @@ cont.$(OBJEXT): $(COROUTINE_H)
TEST_BUNDLED_GEMS_ALLOW_FAILURES =
test-bundled-gems-run:
- $(Q) fail=0 keep=; case "$(MFLAGS)" in *k*) keep=1;; esac; \
- while read gem _; do \
- echo testing $$gem gem; \
- [ $$keep ] || echo $(TEST_BUNDLED_GEMS_ALLOW_FAILURES) | grep -q $$gem || set -e; \
- $(XRUBY) -C $(srcdir)/gems/src/$$gem -Ilib ../../../.bundle/bin/rake; \
- [ $$? = 0 ] || fail=1; \
- set +e; \
- done < $(srcdir)/gems/bundled_gems; \
- exit $$fail
+ $(Q) $(XRUBY) $(srcdir)/tool/test-bundled-gems.rb
update-src::
@$(CHDIR) "$(srcdir)" && LC_TIME=C exec $(VCSUP)