ruby-changes:54277
From: k0kubun <ko1@a...>
Date: Sat, 22 Dec 2018 01:36:43 +0900 (JST)
Subject: [ruby-changes:54277] k0kubun:r66486 (trunk): .travis.yml: use -v for osx to find a blocking test
k0kubun 2018-12-22 01:36:37 +0900 (Sat, 22 Dec 2018) New Revision: 66486 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66486 Log: .travis.yml: use -v for osx to find a blocking test Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 66485) +++ .travis.yml (revision 66486) @@ -280,7 +280,8 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L280 env: - CONFIG_FLAG=--with-opt-dir=/usr/local/opt/openssl@1...:/usr/local/opt/zlib # Not using $JOBS which might be harmful for some tests because osx build often hangs for unknown reasons. - - TEST_ALL_OPTS="-q --tty=no --excludes=\$(TESTSDIR)/excludes/_travis/osx" + # Using -v because we're too lazy to build hard timeout for each test and thus can't easily detect which test is hanging forever without -v. + - TEST_ALL_OPTS="-v --tty=no --excludes=\$(TESTSDIR)/excludes/_travis/osx" # Also globally disabling $JOBS because even just building ruby could hang forever on osx. - JOBS= -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/