Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
last changes of tesh2
[simgrid.git] / tools / tesh2 / examples / keep-going-unit.tesh
index 61f179d..342893a 100644 (file)
@@ -46,7 +46,7 @@ $ ./tesh --log="log.thresh:info tesh.fmt:%m%n"
 > Output of <stdin:3> so far: \r
 > ||Hello Tesh\r
 > ||\r
-> Test unit `(stdin)' : NOK (exit code mismatch)\r
+> Test unit `stdin': NOK (<stdin:3> exit code mismatch)\r
 \r
 \r
 # in this case the option keep-going-unit is specified so, all the command are executed.\r
@@ -82,7 +82,7 @@ $ ./tesh --log="log.thresh:info tesh.fmt:%m%n"  --keep-going-unit
 > [stdin:11] ./job\r
 > [stdin:15] ./job\r
 > [stdin:19] ./job\r
-> Test unit `(stdin)' : NOK (exit code mismatch)\r
+> Test unit `stdin': NOK (<stdin:3> exit code mismatch)\r
 \r
 \r
 $ rm -f job\r