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

ruby-changes:64078

From: MSP-Greg <ko1@a...>
Date: Fri, 11 Dec 2020 02:27:18 +0900 (JST)
Subject: [ruby-changes:64078] 4a559aa225 (master): Actions mingw - add tool/test for WEBrick in spec tests (#3882)

https://git.ruby-lang.org/ruby.git/commit/?id=4a559aa225

From 4a559aa22537bbd2f17c7babb1aca48d1a3a4647 Mon Sep 17 00:00:00 2001
From: MSP-Greg <MSP-Greg@u...>
Date: Thu, 10 Dec 2020 11:27:02 -0600
Subject: Actions mingw - add tool/test for WEBrick in spec tests (#3882)

Some spec tests require WEBrick, and the spec tests are run from install with the MinGW CI.

diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml
index 2d4cc7d..477da7e 100644
--- a/.github/workflows/mingw.yml
+++ b/.github/workflows/mingw.yml
@@ -120,7 +120,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mingw.yml#L120
           [Console]::OutputEncoding = [System.Text.Encoding]::GetEncoding("IBM437")
           [Console]::InputEncoding  = [System.Text.Encoding]::GetEncoding("IBM437")
           ruby -v
-          ruby ../mspec/bin/mspec -j
+          ruby -I../../tool/test ../mspec/bin/mspec -j
 
       - uses: k0kubun/action-slack@v...
         with:
-- 
cgit v0.10.2


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

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