mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
BUNDLER_SPECS rquires a relative path with srcdir.
default targets are all of bundler specs. if you run only commands/add_spec.rb spec: make test-bundler BUNDLER_SPECS=commands/add_spec.rb git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
06af3b204c
commit
42c2f3ee8d
1 changed files with 2 additions and 2 deletions
|
@ -481,12 +481,12 @@ test-bundler-prepare: test-bundler-precheck
|
|||
--install-dir spec/rspec --conservative 'rspec:~> 3.5'
|
||||
|
||||
RSPECOPTS = --format progress
|
||||
BUNDLER_SPECS = $(srcdir)/spec/bundler
|
||||
BUNDLER_SPECS =
|
||||
test-bundler: $(TEST_RUNNABLE)-test-bundler
|
||||
yes-test-bundler: test-bundler-prepare
|
||||
$(gnumake_recursive)$(Q) \
|
||||
$(XRUBY) -C $(srcdir) -Ispec/bundler spec/rspec/bin/rspec \
|
||||
$(RSPECOPTS) $(BUNDLER_SPECS)
|
||||
$(RSPECOPTS) spec/bundler/$(BUNDLER_SPECS)
|
||||
no-test-bundler:
|
||||
|
||||
update-src::
|
||||
|
|
Loading…
Reference in a new issue