Makefile.in: test-bundler-prepare
* Makefile.in (test-bundler-prepare): install with --install-dir option instead of GEM_HOME and GEM_PATH environment variables. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59791 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
85cb9231a8
commit
4054b123d4
@ -476,9 +476,9 @@ enc/encinit.$(OBJEXT): enc/encinit.c $(SETUP)
|
||||
|
||||
test-bundler-precheck: $(arch)-fake.rb programs
|
||||
|
||||
test-bundler-prepare:
|
||||
GEM_HOME=$(srcdir)/spec/rspec GEM_PATH=$(srcdir)/spec/rspec \
|
||||
$(XRUBY) "$(srcdir)/bin/gem" install --no-ri --no-rdoc --conservative 'rspec:~> 3.5'
|
||||
test-bundler-prepare: test-bundler-precheck
|
||||
$(XRUBY) -C "$(srcdir)" bin/gem install --no-ri --no-rdoc \
|
||||
--install-dir spec/rspec --conservative 'rspec:~> 3.5'
|
||||
test-bundler: $(TEST_RUNNABLE)-test-bundler
|
||||
yes-test-bundler: test-bundler-precheck test-bundler-prepare
|
||||
$(gnumake_recursive)$(Q) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user