X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/72a105702165975d1702e64af7d28b60eb311672..f2e52e70789159e58204f2cc770dc5f7a4c6498b:/tools/tesh2/examples/set-ignore-output.tesh diff --git a/tools/tesh2/examples/set-ignore-output.tesh b/tools/tesh2/examples/set-ignore-output.tesh index f091545c6a..285bd3a334 100644 --- a/tools/tesh2/examples/set-ignore-output.tesh +++ b/tools/tesh2/examples/set-ignore-output.tesh @@ -1,10 +1,13 @@ -#! ./tesh - -p This tests whether TESH accepts to ignore command output - -< ! output ignore -< > TOTO -< < TUTU -< $ Cat -$ ./tesh --log="log.thresh:info tesh.fmt:%m%n" - +#! ./tesh + +p This tests whether TESH accepts to ignore command output + +< ! output ignore +< > TOTO +< < TUTU +< $ cat +$ ./tesh --log='log.thresh:info tesh.fmt:%m%n' +> Test unit from stdin +> [stdin:4] cat +> (ignoring the output of as requested) +> Test unit from stdin OK