mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 10:03:59 +02:00
Simplify make test-bundler
This commit is contained in:
parent
ec897fd204
commit
9b09c68032
Notes:
git
2025-06-11 00:39:09 +00:00
1 changed files with 1 additions and 2 deletions
|
@ -1685,8 +1685,7 @@ test-bundler: $(TEST_RUNNABLE)-test-bundler
|
||||||
yes-test-bundler: $(PREPARE_BUNDLER)
|
yes-test-bundler: $(PREPARE_BUNDLER)
|
||||||
$(gnumake_recursive)$(XRUBY) \
|
$(gnumake_recursive)$(XRUBY) \
|
||||||
-r./$(arch)-fake \
|
-r./$(arch)-fake \
|
||||||
-e "exec(*ARGV)" -- \
|
-C $(srcdir) -Ispec/bundler -Ispec/lib spec/bin/rspec \
|
||||||
$(XRUBY) -C $(srcdir) -Ispec/bundler -Ispec/lib spec/bin/rspec \
|
|
||||||
-r spec_helper $(RSPECOPTS) spec/bundler/$(BUNDLER_SPECS)
|
-r spec_helper $(RSPECOPTS) spec/bundler/$(BUNDLER_SPECS)
|
||||||
no-test-bundler:
|
no-test-bundler:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue