We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432b80a commit 063362aCopy full SHA for 063362a
lib/parallel_tests/cli.rb
@@ -248,9 +248,8 @@ def parse_options!(argv)
248
"--only-group INT[,INT]",
249
Array,
250
<<~TEXT.rstrip.split("\n").join("\n#{newline_padding}")
251
- Only run the given group numbers. Note that this will force the 'filesize'
252
- grouping strategy (even when the runtime log is present) unless you explicitly
253
- set it otherwise via the '-group-by' flag.
+ Only run the given group numbers.
+ Changes `--group-by` default to 'filesize'.
254
TEXT
255
) { |groups| options[:only_group] = groups.map(&:to_i) }
256
0 commit comments