mirror of
https://github.com/ruby/ruby.git
synced 2025-09-24 04:54:01 +02:00
Fixup 347127794e
This commit is contained in:
parent
347127794e
commit
0afbfddc0d
1 changed files with 2 additions and 1 deletions
|
@ -1351,9 +1351,10 @@ no-test-bundler:
|
||||||
|
|
||||||
PARALLELRSPECOPTS = --runtime-log $(srcdir)/tmp/parallel_runtime_rspec.log
|
PARALLELRSPECOPTS = --runtime-log $(srcdir)/tmp/parallel_runtime_rspec.log
|
||||||
test-bundler-parallel: $(TEST_RUNNABLE)-test-bundler-parallel
|
test-bundler-parallel: $(TEST_RUNNABLE)-test-bundler-parallel
|
||||||
|
PARALLEL_TESTS_EXECUTABLE = $(XRUBY)
|
||||||
yes-test-bundler-parallel: yes-test-bundler-prepare
|
yes-test-bundler-parallel: yes-test-bundler-prepare
|
||||||
$(XRUBY) -C $(srcdir) -Ispec/bundler .bundle/bin/parallel_rspec \
|
$(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)
|
$(PARALLELRSPECOPTS) spec/bundler/$(BUNDLER_SPECS)
|
||||||
no-test-bundler-parallel:
|
no-test-bundler-parallel:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue