Navigation Menu

Skip to content

Commit

Permalink
Support --report progress
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 11, 2012
1 parent 683230f commit 7d084ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/groonga/tester.rb
Expand Up @@ -107,7 +107,7 @@ def create_option_parser(tester, tag)
diff_option_is_specified = true
end

available_reporters = [:stream, :inplace]
available_reporters = [:progress, :stream, :inplace]
available_reporter_labels = available_reporters.join(", ")
parser.on("--reporter=REPORTER", available_reporters,
"Report test result by REPORTER",
Expand Down

0 comments on commit 7d084ce

Please sign in to comment.