aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
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 \