bin/genZPK in genZPK-0.1.6 vs bin/genZPK in genZPK-0.1.7

- old
+ new

@@ -147,10 +147,11 @@ if not File.exists?(dir + filepath) display << "." * (80 - "FAIL".size - desc.size) display << "FAIL\n" display << "\tFile not found: #{dir + filepath}" puts display + puts "-" * 80 next end contents = File.read(dir + filepath) matches = contents.scan(regex) @@ -175,10 +176,10 @@ successes += 1 else display << "." * (80 - "FAIL".size - desc.size) display << "FAIL" puts display - puts results + puts results.chomop end puts "-" * 80 end if not successes == checks.size \ No newline at end of file