Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Ooops, I bork a test
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 25 Jul 2015 19:18:11 +0000 (21:18 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 25 Jul 2015 19:18:34 +0000 (21:18 +0200)
tools/tesh/tesh.pl

index 8dfadbe..0bb1138 100755 (executable)
@@ -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";