Skip to content

Skip option-like arguments in the :direct test loader - #746

Merged
hsbt merged 1 commit into
masterfrom
claude/flamboyant-heyrovsky-73db14
Jun 16, 2026
Merged

Skip option-like arguments in the :direct test loader#746
hsbt merged 1 commit into
masterfrom
claude/flamboyant-heyrovsky-73db14

Conversation

@hsbt

@hsbthsbt commented Jun 16, 2026

Copy link
Copy Markdown
Member

The :direct loader required every ARGV entry, so a verbose run that appended -v tried to require "-v" and aborted with a LoadError. Skip arguments starting with "-", matching rake_test_loader.rb.

Fixes#724

The :direct loader required every ARGV entry, so a verbose run that
appended -v tried to require "-v" and aborted with a LoadError. Skip
arguments starting with "-", matching rake_test_loader.rb.
#724
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@hsbt
hsbt merged commit 2dce600 into masterJun 16, 2026
79 checks passed
@hsbt
hsbt deleted the claude/flamboyant-heyrovsky-73db14 branch June 16, 2026 08:29
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rake 13.4.2 TestTask fails when combining :direct loader and verbose = true

1 participant

@hsbt