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

ruby-changes:53046

From: k0kubun <ko1@a...>
Date: Sun, 21 Oct 2018 10:25:40 +0900 (JST)
Subject: [ruby-changes:53046] k0kubun:r65260 (trunk): .travis.yml: use --job-status=replace

k0kubun	2018-10-21 10:25:20 +0900 (Sun, 21 Oct 2018)

  New Revision: 65260

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

  Log:
    .travis.yml: use --job-status=replace
    
    -v is too long, and "--color=never --job-status=normal" is too verbose.
    Trying --job-status=replace to make Travis log easier to read.

  Modified files:
    trunk/.travis.yml
Index: .travis.yml
===================================================================
--- .travis.yml	(revision 65259)
+++ .travis.yml	(revision 65260)
@@ -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'"
-        # debugging which test is causing hang
+        # osx build randomly fails with -j
         - "JOBS="
-        - "TEST_ALL_TESTOPTS=\"-v --color=never --job-status=normal\""
+        - "TEST_ALL_TESTOPTS=\"--color=never --job-status=replace\""
       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/

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