From 42c2f3ee8df1736c477a4e6febfbe0f142b79da3 Mon Sep 17 00:00:00 2001 From: hsbt Date: Sun, 10 Sep 2017 03:21:58 +0000 Subject: 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 --- Makefile.in | 4 ++-- 1 file 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:: -- cgit v1.2.3