X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/72a105702165975d1702e64af7d28b60eb311672..27d91a033ba0229a15e7b2fbae4833156b015c04:/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..818cf3859c 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