X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9a09b7fe81c883b73e0573bff67c853ef5c01691..365058a6f1cd1ae07157d60b7ecabe2800043ef5:/tools/tesh/tesh.pl diff --git a/tools/tesh/tesh.pl b/tools/tesh/tesh.pl index 1cb8658893..cb4c46f4e2 100755 --- a/tools/tesh/tesh.pl +++ b/tools/tesh/tesh.pl @@ -177,7 +177,7 @@ by the lexicographical sort. The solution is to prefix each line of your output with temporal information so that lines can be grouped by timestamps. The -lexicographical sort then only applies to lines that occured at the +lexicographical sort then only applies to lines that occurred at the same timestamp. Here is a SimGrid example: # Sort only lines depending on the first 19 chars @@ -403,7 +403,7 @@ sub analyze_result { eval { finish( $cmd{'job'} ); }; - if ($@) { # deal with the errors that occured in the child process + if ($@) { # deal with the errors that occurred in the child process if ($@ =~ /timeout/) { $cmd{'job'}->kill_kill; $cmd{'timeouted'} = 1;