From 94cda16e4fc2e8ba569b26cdad27de5bf1425835 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sat, 25 Jul 2015 21:18:11 +0200 Subject: [PATCH 1/1] Ooops, I bork a test --- tools/tesh/tesh.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/tesh/tesh.pl b/tools/tesh/tesh.pl index 8dfadbe6fb..0bb11384c4 100755 --- a/tools/tesh/tesh.pl +++ b/tools/tesh/tesh.pl @@ -353,7 +353,7 @@ sub parse_out { } } - #Did we timeout ? If yes, handle it. If not, kill the forked process. + # Did we timeout ? If yes, handle it. If not, kill the forked process. if($timeout==-1 and $gotret eq "got signal SIGKILL"){ $gotret="return code 0"; @@ -398,7 +398,7 @@ sub parse_out { print "(ignoring the output of <$cmd{'file'}:$cmd{'line'}> as requested)\n" } if (length $diff) { - print "Output of <$cmd{'file'}:$cmd{'line'}> mismatch".($cmd{'sort'}?" (even after sorting)":"")."\n"; + print "Output of <$cmd{'file'}:$cmd{'line'}> mismatch".($cmd{'sort'}?" (even after sorting)":"").":\n"; map { print "$_\n" } split(/\n/,$diff); if ($cmd{'sort'}) { print "WARNING: both the observed output and expected output were sorted as requested.\n"; -- 2.20.1