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

ruby-changes:53112

From: k0kubun <ko1@a...>
Date: Tue, 23 Oct 2018 22:58:08 +0900 (JST)
Subject: [ruby-changes:53112] k0kubun:r65326 (trunk): .travis.yml: let osx build print verbose output

k0kubun	2018-10-23 22:58:01 +0900 (Tue, 23 Oct 2018)

  New Revision: 65326

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

  Log:
    .travis.yml: let osx build print verbose output
    
    because it may hang with no output like this:
    https://travis-ci.org/ruby/ruby/jobs/445101860

  Modified files:
    trunk/.travis.yml
Index: .travis.yml
===================================================================
--- .travis.yml	(revision 65325)
+++ .travis.yml	(revision 65326)
@@ -67,9 +67,9 @@ matrix: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L67
       compiler: clang
       env:
         - "CONFIG_FLAG='--with-opt-dir=/usr/local/opt/openssl@1...:/usr/local/opt/zlib'"
-        # osx build randomly fails with -j
-        - "JOBS="
-        - "TEST_ALL_TESTOPTS='--color=never --job-status=replace --excludes=$(TESTSDIR)/excludes/_travis'"
+        - "JOBS=" # osx build randomly fails with `-j`
+        # `-v` prints too long outputs, but sometimes it osx build hangs and we can't know which test is bad without `-v`.
+        - "TEST_ALL_TESTOPTS='-v --color=never --job-status=normal --excludes=$(TESTSDIR)/excludes/_travis'"
       before_install:
         # Bare "brew update" nukes everything.
         # These steps are very carefully chosen to avoid breaking things.

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

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