]> AND Public Git Repository - simgrid.git/blobdiff - tools/tesh/set-ignore-output.tesh
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
dont include dot graphs on every page: they are redundent to our tab navigation stuff
[simgrid.git] / tools / tesh / set-ignore-output.tesh
index 7e447bcfc4e2f4bf7cbde5cd6f7cc86645278e12..1fba40114dc535cd1504136d71efc9403500bf66 100644 (file)
@@ -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