This commit is contained in:
Hiroshi SHIBATA 2020-06-05 19:20:48 +09:00
parent 347127794e
commit 0afbfddc0d
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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: