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

ruby-changes:73549

From: Nobuyoshi <ko1@a...>
Date: Wed, 14 Sep 2022 11:27:20 +0900 (JST)
Subject: [ruby-changes:73549] 035978d7be (master): Pass job-server FDs to bundler tests

https://git.ruby-lang.org/ruby.git/commit/?id=035978d7be

From 035978d7be9bc3819f42f964fe6193d983cce63f Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Wed, 14 Sep 2022 00:06:46 +0900
Subject: Pass job-server FDs to bundler tests

---
 common.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/common.mk b/common.mk
index 94c5a3a994..64d771fa1c 100644
--- a/common.mk
+++ b/common.mk
@@ -1475,14 +1475,14 @@ RSPECOPTS = https://github.com/ruby/ruby/blob/trunk/common.mk#L1475
 BUNDLER_SPECS =
 test-bundler: $(TEST_RUNNABLE)-test-bundler
 yes-test-bundler: yes-test-bundler-prepare
-	$(XRUBY) -C $(srcdir) -Ispec/bundler .bundle/bin/rspec \
+	$(gnumake_recursive)$(XRUBY) -C $(srcdir) -Ispec/bundler .bundle/bin/rspec \
 		--require spec_helper $(RSPECOPTS) spec/bundler/$(BUNDLER_SPECS)
 no-test-bundler:
 
 PARALLELRSPECOPTS = --runtime-log $(srcdir)/tmp/parallel_runtime_rspec.log
 test-bundler-parallel: $(TEST_RUNNABLE)-test-bundler-parallel
 yes-test-bundler-parallel: yes-test-bundler-prepare
-	$(XRUBY) \
+	$(gnumake_recursive)$(XRUBY) \
 		-e "ARGV[-1] = File.expand_path(ARGV[-1])" \
 		-e "exec(*ARGV)" -- \
 		$(XRUBY) -I$(srcdir)/spec/bundler \
-- 
cgit v1.2.1


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

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