ruby-changes:64009
From: Takashi <ko1@a...>
Date: Tue, 8 Dec 2020 07:22:13 +0900 (JST)
Subject: [ruby-changes:64009] 2580093d5d (master): Pass the flag as $TESTOPTS
https://git.ruby-lang.org/ruby.git/commit/?id=2580093d5d From 2580093d5deb9940700aa5faa5bed3af405d989f Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Mon, 7 Dec 2020 14:21:21 -0800 Subject: Pass the flag as $TESTOPTS Fixing the failure of a4f292426b40f9d6c8f3d646e4b7c667313074f2 like https://github.com/ruby/ruby/runs/1513663542 diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index f3a0c9a..5b1e51f 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -107,7 +107,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mingw.yml#L107 [Console]::OutputEncoding = [System.Text.Encoding]::GetEncoding("IBM437") [Console]::InputEncoding = [System.Text.Encoding]::GetEncoding("IBM437") $jobs = [int](1.5 * $env:NUMBER_OF_PROCESSORS) - make test-all TESTOPTS="-j $jobs --retry --job-status=normal --show-skip --timeout-scale=1.5" --regexp="!/^(test_to_specs_respects_bundler_version|test_gem_bundler|test_activate_bin_path_gives_proper_error_for_bundler)$/" + make test-all TESTOPTS="-j $jobs --retry --job-status=normal --show-skip --timeout-scale=1.5 --regexp=\"!/^(test_to_specs_respects_bundler_version|test_gem_bundler|test_activate_bin_path_gives_proper_error_for_bundler)$/\"" - name: test-spec timeout-minutes: 10 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/