summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-14 13:42:13 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-14 13:42:13 +0000
commit1119bb4794b32fc0edfc95ba12f02bf151c170c5 (patch)
tree55c538ea145d2e697d8accb66e0934f8dee9e535 /Makefile.in
parentead870d7c3b95bc51bd404541e087352ed7bf464 (diff)
Debug bundled-gems allow_failures
it seems not working in https://dev.azure.com/rubylang/ruby/_build/results?buildId=392 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 7a25fe74e0..51c7d62e96 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -533,6 +533,7 @@ 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 \