ruby-changes:57230
From: Hiroshi <ko1@a...>
Date: Fri, 23 Aug 2019 18:06:05 +0900 (JST)
Subject: [ruby-changes:57230] Hiroshi SHIBATA: d9b73dcc0d (master): Remove github_action_linux tag from bundler examples.
https://git.ruby-lang.org/ruby.git/commit/?id=d9b73dcc0d From d9b73dcc0d5e4c4613a89a1d58727b52bb5d1d10 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Fri, 23 Aug 2019 18:18:37 +1000 Subject: Remove github_action_linux tag from bundler examples. Maybe it has fixed at 5a384e2c08704dc7af9d8d3bdfc475eb8c0723aa diff --git a/spec/bundler/commands/exec_spec.rb b/spec/bundler/commands/exec_spec.rb index a36b303..cf76d3f 100644 --- a/spec/bundler/commands/exec_spec.rb +++ b/spec/bundler/commands/exec_spec.rb @@ -55,7 +55,7 @@ RSpec.describe "bundle exec" do https://github.com/ruby/ruby/blob/trunk/spec/bundler/commands/exec_spec.rb#L55 expect(out).to eq("hi") end - it "respects custom process title when loading through ruby", :github_action_linux do + it "respects custom process title when loading through ruby" do script_that_changes_its_own_title_and_checks_if_picked_up_by_ps_unix_utility = <<~'RUBY' Process.setproctitle("1-2-3-4-5-6-7-8-9-10-11-12-13-14-15") puts `ps -ocommand= -p#{$$}` diff --git a/spec/bundler/spec_helper.rb b/spec/bundler/spec_helper.rb index f10f6c4..58d498e 100644 --- a/spec/bundler/spec_helper.rb +++ b/spec/bundler/spec_helper.rb @@ -71,7 +71,6 @@ RSpec.configure do |config| https://github.com/ruby/ruby/blob/trunk/spec/bundler/spec_helper.rb#L71 config.filter_run_excluding :bundler => RequirementChecker.against(Bundler::VERSION.split(".")[0]) config.filter_run_excluding :ruby_repo => !ENV["GEM_COMMAND"].nil? config.filter_run_excluding :no_color_tty => Gem.win_platform? || !ENV["GITHUB_ACTION"].nil? - config.filter_run_excluding :github_action_linux => !ENV["GITHUB_ACTION"].nil? && (ENV["RUNNER_OS"] == "Linux") config.filter_run_when_matching :focus unless ENV["CI"] -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/