mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
ad9c5c5db6
commit
fb96811d15
1 changed files with 0 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue