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

ruby-changes:53045

From: k0kubun <ko1@a...>
Date: Sun, 21 Oct 2018 09:31:51 +0900 (JST)
Subject: [ruby-changes:53045] k0kubun:r65259 (trunk): appveyor.yml: fix wrong spec directory

k0kubun	2018-10-21 09:31:46 +0900 (Sun, 21 Oct 2018)

  New Revision: 65259

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

  Log:
    appveyor.yml: fix wrong spec directory

  Modified files:
    trunk/appveyor.yml
Index: appveyor.yml
===================================================================
--- appveyor.yml	(revision 65258)
+++ appveyor.yml	(revision 65259)
@@ -137,5 +137,5 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L137
     - mingw32-make test
     - mingw32-make test-all TESTOPTS="--retry --job-status=normal --show-skip --subprocess-timeout-scale=1.5 -j %JOBS% --exclude win32ole"
     # 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="../test/win32ole"
+    - mingw32-make test-all TESTOPTS="--retry --job-status=normal --show-skip --subprocess-timeout-scale=1.5" TESTS="%APPVEYOR_BUILD_FOLDER%/test/win32ole"
     - mingw32-make test-spec MSPECOPT=-j

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

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