Skip to content

Commit

Permalink
Fix single test call
Browse files Browse the repository at this point in the history
  • Loading branch information
svanhesteren committed Sep 5, 2024
1 parent ada8568 commit 2920f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Rake::TestTask.new(:test) do |t|

t.test_files = if file_name
if test_name
ENV["TESTOPTS"] = ENV["TESTOPTS"] + " --name=#{test_name}"
ENV["TESTOPTS"] += " --name=test_#{test_name}"
end
[file_name]
else
Expand Down

0 comments on commit 2920f07

Please sign in to comment.