X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/86051ed1b66342bae0e21fd6643e66331ac2c07d..3dc59d2c5d138c2fc31559681ecc1967789f15c9:/tools/tesh/set-ignore-output.tesh diff --git a/tools/tesh/set-ignore-output.tesh b/tools/tesh/set-ignore-output.tesh index 7e447bcfc4..6697a407d5 100644 --- a/tools/tesh/set-ignore-output.tesh +++ b/tools/tesh/set-ignore-output.tesh @@ -2,12 +2,12 @@ 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 --log='log.thresh:info tesh.fmt:%m%n' +> Test suite from stdin +> [stdin:4] cat +> (ignoring the output of as requested) +> Test suite from stdin OK