Skip to content

Commit

Permalink
Explicitly call rspec executable from srcdir
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Nov 18, 2024
1 parent 3522388 commit 8398e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1678,7 +1678,7 @@ yes-test-bundler: $(PREPARE_BUNDLER)
$(gnumake_recursive)$(XRUBY) \
-r./$(arch)-fake \
-e "exec(*ARGV)" -- \
$(XRUBY) -C $(srcdir) -Ispec/bundler:spec/lib .bundle/bin/rspec \
$(XRUBY) -C $(srcdir) -Ispec/bundler:spec/lib $(srcdir)/.bundle/bin/rspec \
--require spec_helper --require formatter_overrides $(RSPECOPTS) spec/bundler/$(BUNDLER_SPECS)
no-test-bundler:

Expand Down

0 comments on commit 8398e30

Please sign in to comment.