X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/54842afbb7202b341fd232f62644fb1f47a15118..f0019122700792b954b38d5e2a8b8a40d15e49fd:/tools/tesh2/examples/keep-going-unit.tesh diff --git a/tools/tesh2/examples/keep-going-unit.tesh b/tools/tesh2/examples/keep-going-unit.tesh index 61f179dd64..b2b00cb3de 100644 --- a/tools/tesh2/examples/keep-going-unit.tesh +++ b/tools/tesh2/examples/keep-going-unit.tesh @@ -39,14 +39,14 @@ $ gcc -o job job.c < ! expect return 0 < > Hello Tesh < $ ./job -$ ./tesh --log="log.thresh:info tesh.fmt:%m%n" +$ tesh --log="log.thresh:info tesh.fmt:%m%n" > Test unit from stdin > [stdin:3] ./job > [stdin:3] ./job : NOK (returned code `0' instead `1') > Output of so far: > ||Hello Tesh > || -> Test unit `(stdin)' : NOK (exit code mismatch) +> Test unit `stdin': NOK ( exit code mismatch) # in this case the option keep-going-unit is specified so, all the command are executed. @@ -71,7 +71,7 @@ $ ./tesh --log="log.thresh:info tesh.fmt:%m%n" < ! expect return 0 < > Hello Tesh < $ ./job -$ ./tesh --log="log.thresh:info tesh.fmt:%m%n" --keep-going-unit +$ tesh --log="log.thresh:info tesh.fmt:%m%n" --keep-going-unit > Test unit from stdin > [stdin:3] ./job > [stdin:3] ./job : NOK (returned code `0' instead `1') @@ -82,7 +82,7 @@ $ ./tesh --log="log.thresh:info tesh.fmt:%m%n" --keep-going-unit > [stdin:11] ./job > [stdin:15] ./job > [stdin:19] ./job -> Test unit `(stdin)' : NOK (exit code mismatch) +> Test unit `stdin': NOK ( exit code mismatch) $ rm -f job