mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Pass job-server FDs to bundler tests
This commit is contained in:
parent
c428fc0e1f
commit
035978d7be
Notes:
git
2022-09-14 11:27:27 +09:00
1 changed files with 2 additions and 2 deletions
|
@ -1475,14 +1475,14 @@ RSPECOPTS =
|
|||
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 \
|
||||
|
|
Loading…
Reference in a new issue