summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-05 19:20:48 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-05 19:20:48 +0900
commit0afbfddc0d74e95e9c79090d9324cc27d9b44c32 (patch)
tree3139b068f97bdb735320633748b920855e558093 /common.mk
parent347127794e8041a1257b7241bbbdd9d0db2921a5 (diff)
Fixup 347127794e8041a1257b7241bbbdd9d0db2921a5
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 817f6ec061..b00a6df667 100644
--- a/common.mk
+++ b/common.mk
@@ -1351,9 +1351,10 @@ no-test-bundler:
PARALLELRSPECOPTS = --runtime-log $(srcdir)/tmp/parallel_runtime_rspec.log
test-bundler-parallel: $(TEST_RUNNABLE)-test-bundler-parallel
+PARALLEL_TESTS_EXECUTABLE = $(XRUBY)
yes-test-bundler-parallel: yes-test-bundler-prepare
$(XRUBY) -C $(srcdir) -Ispec/bundler .bundle/bin/parallel_rspec \
- -o "--require $(srcdir)/spec/bundler/spec_helper \
+ -o "--require $(srcdir)/spec/bundler/spec_helper" \
$(PARALLELRSPECOPTS) spec/bundler/$(BUNDLER_SPECS)
no-test-bundler-parallel: