More prints to keep CI alive

This commit is contained in:
Markus Schirp 2014-04-07 06:25:48 +00:00
parent 20beeb5af8
commit ff6b1034e9

View file

@ -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