1
0
Fork 0
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:
hsbt 2017-09-10 03:21:58 +00:00
parent 06af3b204c
commit 42c2f3ee8d

View file

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