summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-10 03:21:58 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-10 03:21:58 +0000
commit42c2f3ee8df1736c477a4e6febfbe0f142b79da3 (patch)
tree28d8e979fe09566d35c79e7407bd56dcd61bfae2 /Makefile.in
parent06af3b204c6c6202b26674d90145489d2917e07f (diff)
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
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 2764fe2211..870fcdea31 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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::