Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
first change to have hierarchical class - definecontainertype
[simgrid.git] / doc / manpage / tesh.pod
index b773ba8..7d9130c 100755 (executable)
@@ -22,7 +22,8 @@ they produce the expected output and return the expected value.
   --setenv var=value  : set a specific environment variable
   --cfg arg           : add parameter --cfg=arg to each command line
   --log arg           : add parameter --log=arg to each command line
   --setenv var=value  : set a specific environment variable
   --cfg arg           : add parameter --cfg=arg to each command line
   --log arg           : add parameter --log=arg to each command line
-  --enable-coverage   : ignore output lines starting with "profiling:"
+  --ignore-jenkins    : ignore all cruft generated on SimGrid
+                        continuous integration servers
 
 
 =head1 TEST SUITE FILE SYTAX
 
 
 =head1 TEST SUITE FILE SYTAX
@@ -108,7 +109,7 @@ The I<expect signal> construct applies only to the next command block.
 
 =head2 Timeouts
 
 
 =head2 Timeouts
 
-By default, no command is allowed to run more than 5 seconds. You can
+By default, no command is allowed to run more than 10 seconds. You can
 change this value as follows:
 
     # Allow some more time to the command
 change this value as follows:
 
     # Allow some more time to the command
@@ -181,7 +182,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
 
 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
 same timestamp. Here is a SimGrid example:
 
     # Sort only lines depending on the first 19 chars