X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c00a1fd69790d8d63f76d45cabd4f013c1a61eea..54842afbb7202b341fd232f62644fb1f47a15118:/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 22ce9dc2a8..61f179dd64 100644 --- a/tools/tesh2/examples/keep-going-unit.tesh +++ b/tools/tesh2/examples/keep-going-unit.tesh @@ -39,7 +39,7 @@ $ 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') @@ -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')