mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Separated load path for test-bundler tasks for Windows
This commit is contained in:
parent
52be46ab50
commit
6a1aaf3679
1 changed files with 2 additions and 2 deletions
|
@ -1680,7 +1680,7 @@ yes-test-bundler: $(PREPARE_BUNDLER)
|
|||
$(gnumake_recursive)$(XRUBY) \
|
||||
-r./$(arch)-fake \
|
||||
-e "exec(*ARGV)" -- \
|
||||
$(XRUBY) -C $(srcdir) -Ispec/bundler:spec/lib .bundle/bin/rspec \
|
||||
$(XRUBY) -C $(srcdir) -Ispec/bundler -Ispec/lib .bundle/bin/rspec \
|
||||
-r spec_helper $(RSPECOPTS) spec/bundler/$(BUNDLER_SPECS)
|
||||
no-test-bundler:
|
||||
|
||||
|
@ -1694,7 +1694,7 @@ yes-test-bundler-parallel: $(PREPARE_BUNDLER)
|
|||
-e "ARGV[-1] = File.expand_path(ARGV[-1])" \
|
||||
-e "ENV['PARALLEL_TESTS_EXECUTABLE'] = ruby + ARGV.shift" \
|
||||
-e "load ARGV.shift" \
|
||||
" -C $(srcdir) -Ispec/bundler:spec/lib .bundle/bin/rspec -r spec_helper" \
|
||||
" -C $(srcdir) -Ispec/bundler -Ispec/lib .bundle/bin/rspec -r spec_helper" \
|
||||
$(srcdir)/spec/bin/parallel_rspec $(RSPECOPTS) \
|
||||
$(PARALLELRSPECOPTS) $(srcdir)/spec/bundler/$(BUNDLER_SPECS)
|
||||
no-test-bundler-parallel:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue