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

ruby-changes:57200

From: Hiroshi <ko1@a...>
Date: Wed, 21 Aug 2019 08:22:47 +0900 (JST)
Subject: [ruby-changes:57200] Hiroshi SHIBATA: 1c2774526e (master): [bundler/bundler] Share test fixtures with parallel_tests

https://git.ruby-lang.org/ruby.git/commit/?id=1c2774526e

From 1c2774526eef733ea95e5dda576c95169341ba7e Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Mon, 19 Aug 2019 12:51:19 +0900
Subject: [bundler/bundler] Share test fixtures with parallel_tests

https://github.com/bundler/bundler/commit/a38161c5be

diff --git a/spec/bundler/support/path.rb b/spec/bundler/support/path.rb
index a5f938e..db28454 100644
--- a/spec/bundler/support/path.rb
+++ b/spec/bundler/support/path.rb
@@ -47,7 +47,7 @@ module Spec https://github.com/ruby/ruby/blob/trunk/spec/bundler/support/path.rb#L47
 
     def scope
       test_number = ENV["TEST_ENV_NUMBER"]
-      return "" if test_number.nil?
+      return "1" if test_number.nil?
 
       test_number.empty? ? "1" : test_number
     end
-- 
cgit v0.10.2


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

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