bin/genZPK in genZPK-0.1.5 vs bin/genZPK in genZPK-0.1.6
- old
+ new
@@ -160,11 +160,11 @@
match = matches[i]
if not match[matchgrp] == matchval
results << "\t#{dir + filepath}\n"
results << "\tValue found: #{match[matchgrp]}\n"
- results << "\tRequired value: #{matchval}\n"
+ results << "\tRequired value: #{matchval}\n\n"
else
passes += 1
end
end
@@ -177,12 +177,11 @@
display << "." * (80 - "FAIL".size - desc.size)
display << "FAIL"
puts display
puts results
end
+ puts "-" * 80
end
-
-puts "-" * 80
if not successes == checks.size
puts "#{successes} of #{checks.size} checks passed. Please check files listed above and try again."
exit -1
end
\ No newline at end of file