ruby-changes:56690
From: Takashi <ko1@a...>
Date: Mon, 29 Jul 2019 19:50:15 +0900 (JST)
Subject: [ruby-changes:56690] Takashi Kokubun: 5af28fec2f (master): Resurrect -v to debug osx problems
https://git.ruby-lang.org/ruby.git/commit/?id=5af28fec2f From 5af28fec2f2f75be70d0c40a92ac9d8b77c8e822 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Mon, 29 Jul 2019 19:49:19 +0900 Subject: Resurrect -v to debug osx problems Formerly we did f432fd6ea595ef854e15d6dd65ef0ccb24a70456, but it did not eliminate our problems: https://travis-ci.org/ruby/ruby/jobs/564804923 diff --git a/.travis.yml b/.travis.yml index 818e748..36cc147 100644 --- a/.travis.yml +++ b/.travis.yml @@ -336,7 +336,8 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L336 <<: *osx env: - CONFIG_FLAG=--with-opt-dir=/usr/local/opt/openssl@1...:/usr/local/opt/zlib - - TEST_ALL_OPTS="--timeout-scale=2.0 --tty=no --excludes=\$(TESTSDIR)/excludes/_travis/osx" + # Adding `-v` because we're not sure which test could hang forever: https://travis-ci.org/ruby/ruby/jobs/564804923 + - TEST_ALL_OPTS="-v --timeout-scale=2.0 --tty=no --excludes=\$(TESTSDIR)/excludes/_travis/osx" # Disabling -j3 because it seems to cause a hang on building Ruby: https://travis-ci.org/ruby/ruby/jobs/471021727 - JOBS= # Reset timestamps early, before updating Homebrew etc. -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/