More prints to keep CI alive
This commit is contained in:
parent
20beeb5af8
commit
ff6b1034e9
1 changed files with 3 additions and 1 deletions
|
@ -25,7 +25,9 @@ describe 'Mutant on ruby corpus' do
|
|||
count = 0
|
||||
Mutant::Mutator::Node.each(node) do |mutant|
|
||||
count += 1
|
||||
# Verify mutant can be generated without crashing
|
||||
if (count % 100).zero?
|
||||
puts count
|
||||
end
|
||||
end
|
||||
puts "#{count} mutations for: #{path.to_s}"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue