ruby-changes:53054
From: nobu <ko1@a...>
Date: Sun, 21 Oct 2018 12:52:25 +0900 (JST)
Subject: [ruby-changes:53054] nobu:r65268 (trunk): `--excludes` option must be in TEST_ALL_TESTOPTS
nobu 2018-10-21 12:52:20 +0900 (Sun, 21 Oct 2018) New Revision: 65268 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65268 Log: `--excludes` option must be in TEST_ALL_TESTOPTS Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 65267) +++ .travis.yml (revision 65268) @@ -69,7 +69,7 @@ matrix: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L69 - "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'" + - "TEST_ALL_TESTOPTS='--color=never --job-status=replace --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/