X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/86051ed1b66342bae0e21fd6643e66331ac2c07d..1fdad19bc731f6e45fc220547c3f94496bca565a:/tools/tesh/set-ignore-output.tesh diff --git a/tools/tesh/set-ignore-output.tesh b/tools/tesh/set-ignore-output.tesh index 7e447bcfc4..1fba40114d 100644 --- a/tools/tesh/set-ignore-output.tesh +++ b/tools/tesh/set-ignore-output.tesh @@ -2,12 +2,13 @@ p This tests whether TESH accepts to ignore command output -< ! ignore output +< ! output ignore < > TOTO < < TUTU < $ cat -$ ./tesh -> [0.000000] [tesh/INFO] Test suite from stdin -> [0.000000] [tesh/INFO] [stdin:4] cat -> [0.000000] [tesh/INFO] (ignoring the output as requested) -> [0.000000] [tesh/INFO] Test suite from stdin OK +$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n' +> Enable coverage +> Test suite from stdin +> [(stdin):4] cat +> (ignoring the output of <(stdin):4> as requested) +> Test suite from stdin OK