[前][次][番号順一覧][スレッド一覧]

ruby-changes:55347

From: k0kubun <ko1@a...>
Date: Sun, 14 Apr 2019 22:42:18 +0900 (JST)
Subject: [ruby-changes:55347] k0kubun:r67555 (trunk): Debug bundled-gems allow_failures

k0kubun	2019-04-14 22:42:13 +0900 (Sun, 14 Apr 2019)

  New Revision: 67555

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67555

  Log:
    Debug bundled-gems allow_failures
    
    it seems not working in
    https://dev.azure.com/rubylang/ruby/_build/results?buildId=392

  Modified files:
    trunk/Makefile.in
    trunk/azure-pipelines.yml
Index: Makefile.in
===================================================================
--- Makefile.in	(revision 67554)
+++ Makefile.in	(revision 67555)
@@ -533,6 +533,7 @@ cont.$(OBJEXT): $(COROUTINE_H) https://github.com/ruby/ruby/blob/trunk/Makefile.in#L533
 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 \
Index: azure-pipelines.yml
===================================================================
--- azure-pipelines.yml	(revision 67554)
+++ azure-pipelines.yml	(revision 67555)
@@ -7,8 +7,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L7
     matrix:
       bundled_gems:
         task: test-bundled-gems
-        TEST_BUNDLED_GEMS_ALLOW_FAILURES: |
-          minitest
+        TEST_BUNDLED_GEMS_ALLOW_FAILURES: minitest
       bundler:
         task: test-bundler
   steps:
@@ -44,8 +43,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L43
 #        task: test-spec
       bundled_gems:
         task: test-bundled-gems
-        TEST_BUNDLED_GEMS_ALLOW_FAILURES: |
-          minitest
+        TEST_BUNDLED_GEMS_ALLOW_FAILURES: minitest
       bundler:
         task: test-bundler
   steps:

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]