diff --git a/src/run-tests.pl b/src/run-tests.pl index a500d12..204cf20 100755 --- a/src/run-tests.pl +++ b/src/run-tests.pl @@ -368,6 +368,7 @@ sub showstate($) return; } if (!/^1:(\d+) 1:(\d+):(\d+)\n$/) { + chomp; print STDERR " Malformed sync state header '$_'.\n"; close FILE; return;