lib/snapshot/runner.rb in snapshot-0.4.3 vs lib/snapshot/runner.rb in snapshot-0.4.4

- old
+ new

@@ -71,9 +71,10 @@ stdout.sync stdout.each do |line| lines << line begin + puts line.strip if $verbose result = parse_test_line(line) case result when :retry retry_run = true when :screenshot \ No newline at end of file