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

ruby-changes:53203

From: k0kubun <ko1@a...>
Date: Sun, 28 Oct 2018 18:06:59 +0900 (JST)
Subject: [ruby-changes:53203] k0kubun:r65418 (trunk): appveyor.yml: fix wrong path to test directory

k0kubun	2018-10-28 18:06:54 +0900 (Sun, 28 Oct 2018)

  New Revision: 65418

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

  Log:
    appveyor.yml: fix wrong path to test directory

  Modified files:
    trunk/appveyor.yml
Index: appveyor.yml
===================================================================
--- appveyor.yml	(revision 65417)
+++ appveyor.yml	(revision 65418)
@@ -138,5 +138,5 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L138
     - mingw32-make test
     - mingw32-make test-all TESTOPTS="--retry --job-status=normal --show-skip --subprocess-timeout-scale=1.5 -j %JOBS% --exclude win32ole --exclude test_open-uri"
     # separately execute tests that may crash worker without -j.
-    - mingw32-make test-all TESTOPTS="--retry --job-status=normal --show-skip --subprocess-timeout-scale=1.5" TESTS="../ruby/test/win32ole ../test/open-uri/test_open-uri.rb"
+    - mingw32-make test-all TESTOPTS="--retry --job-status=normal --show-skip --subprocess-timeout-scale=1.5" TESTS="../ruby/test/win32ole ../ruby/test/open-uri/test_open-uri.rb"
     - mingw32-make test-spec MSPECOPT=-fs # not using `-j` because sometimes `mspec -j` silently dies on Windows

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

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