ruby-changes:53053
From: nobu <ko1@a...>
Date: Sun, 21 Oct 2018 12:42:51 +0900 (JST)
Subject: [ruby-changes:53053] nobu:r65267 (trunk): Quote `$(TESTSDIR)`
nobu 2018-10-21 12:42:46 +0900 (Sun, 21 Oct 2018) New Revision: 65267 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65267 Log: Quote `$(TESTSDIR)` Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 65266) +++ .travis.yml (revision 65267) @@ -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/