X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c2376c7b6d372ddc6b0d12bd6d62ab12345ad35e..94cda16e4fc2e8ba569b26cdad27de5bf1425835:/tools/tesh/tesh.pl 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";