8000 Simplify `make test-bundler` · ruby/ruby@9b09c68 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b09c68

Browse files
deivid-rodriguezhsbt
authored andcommitted
Simplify make test-bundler
1 parent ec897fd commit 9b09c68

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

common.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,8 +1685,7 @@ test-bundler: $(TEST_RUNNABLE)-test-bundler
16851685
yes-test-bundler: $(PREPARE_BUNDLER)
16861686
$(gnumake_recursive)$(XRUBY) \
16871687
-r./$(arch)-fake \
1688-
-e "exec(*ARGV)" -- \
1689-
$(XRUBY) -C $(srcdir) -Ispec/bundler -Ispec/lib spec/bin/rspec \
1688+
-C $(srcdir) -Ispec/bundler -Ispec/lib spec/bin/rspec \
16901689
-r spec_helper $(RSPECOPTS) spec/bundler/$(BUNDLER_SPECS)
16911690
no-test-bundler:
16921691

0 commit comments

Comments
 (0)
2918
0