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

ruby-changes:61580

From: Hiroshi <ko1@a...>
Date: Fri, 5 Jun 2020 19:02:27 +0900 (JST)
Subject: [ruby-changes:61580] 347127794e (master): spec/bundler/support/parallel.rb is no longer used parallel_rspec.

https://git.ruby-lang.org/ruby.git/commit/?id=347127794e

From 347127794e8041a1257b7241bbbdd9d0db2921a5 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Fri, 5 Jun 2020 19:01:39 +0900
Subject: spec/bundler/support/parallel.rb is no longer used parallel_rspec.


diff --git a/common.mk b/common.mk
index bc0044f..817f6ec 100644
--- a/common.mk
+++ b/common.mk
@@ -1353,7 +1353,7 @@ PARALLELRSPECOPTS = --runtime-log $(srcdir)/tmp/parallel_runtime_rspec.log https://github.com/ruby/ruby/blob/trunk/common.mk#L1353
 test-bundler-parallel: $(TEST_RUNNABLE)-test-bundler-parallel
 yes-test-bundler-parallel: yes-test-bundler-prepare
 	$(XRUBY) -C $(srcdir) -Ispec/bundler .bundle/bin/parallel_rspec \
-		-o "--require $(srcdir)/spec/bundler/spec_helper --require $(srcdir)/spec/bundler/support/parallel" \
+		-o "--require $(srcdir)/spec/bundler/spec_helper \
 		$(PARALLELRSPECOPTS) spec/bundler/$(BUNDLER_SPECS)
 no-test-bundler-parallel:
 
-- 
cgit v0.10.2


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

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