Skip to content

Commit

Permalink
Silence undesirable output (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
okor committed Sep 12, 2022
1 parent c27f4c1 commit e956ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parallel_tests/test/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def tests_with_size(tests, options)
[]
end
if runtimes.size * 1.5 > tests.size
puts "Using recorded test runtime"
puts "Using recorded test runtime" unless options[:quiet]
sort_by_runtime(tests, runtimes)
else
sort_by_filesize(tests)
Expand Down

0 comments on commit e956ebf

Please sign in to comment.