Skip to content

Commit

Permalink
Don't need to call test-bundled-gems-fetch for bundled_gems_spec-run
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Nov 18, 2024
1 parent d9a9d5a commit 07bf784
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 @@ -1625,7 +1625,7 @@ yes-test-bundled-gems-fetch: Preparing-test-bundled-gems

PREPARE_BUNDLED_GEMS = test-bundled-gems-prepare
test-bundled-gems: $(TEST_RUNNABLE)-test-bundled-gems $(DOT_WAIT) $(TEST_RUNNABLE)-test-bundled-gems-spec
bundled_gems_spec-run: $(PREPARE_BUNDLED_GEMS)
bundled_gems_spec-run: install-for-test-bundled-gems
$(XRUBY) -C $(srcdir) .bundle/bin/rspec $(RSPECOPTS) spec/bundled_gems_spec.rb
yes-test-bundled-gems: bundled_gems_spec-run $(DOT_WAIT) test-bundled-gems-run
no-test-bundled-gems:
Expand Down

0 comments on commit 07bf784

Please sign in to comment.