summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-14 15:25:11 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-14 15:25:11 +0000
commitfb96811d15f83c6b692e8e00d458eef32032af6a (patch)
tree4f12a0bb098f9b3f5d7295d4bb56045e3cf18434 /Makefile.in
parentad9c5c5db69a1e94a980a5b0d09bacca8b0c647e (diff)
Drop obsoleted debugging output [ci skip]
I confirmed that it's working now in https://dev.azure.com/rubylang/ruby/_build/results?buildId=396&view=logs&jobId=8c5967c9-8e3a-5773-c80c-34c55d5c3051 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67559 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 51c7d62e96..7a25fe74e0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -533,7 +533,6 @@ cont.$(OBJEXT): $(COROUTINE_H)
TEST_BUNDLED_GEMS_ALLOW_FAILURES =
test-bundled-gems-run:
- $(ECHO) allow_failures: $(TEST_BUNDLED_GEMS_ALLOW_FAILURES)
$(Q) set -e; while read gem _; do \
echo testing $$gem gem; \
if echo $(TEST_BUNDLED_GEMS_ALLOW_FAILURES) | grep -q $$gem; then \