summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-05 19:01:39 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-05 19:01:39 +0900
commit347127794e8041a1257b7241bbbdd9d0db2921a5 (patch)
tree8277dd0d5e3a95a2f9570bffd592f2f27acbf147 /common.mk
parent7e289cdf3fed588b2d5a6973e29f9ff95cb8d76c (diff)
spec/bundler/support/parallel.rb is no longer used parallel_rspec.
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index bc0044fb43..817f6ec061 100644
--- a/common.mk
+++ b/common.mk
@@ -1353,7 +1353,7 @@ 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) -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: