X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5a18476fe103e7af163c301d9a21b7b5ebe50e1a..240801b7c05a4efce78f175e114c9def9e16d7a5:/tools/tesh/README.tesh diff --git a/tools/tesh/README.tesh b/tools/tesh/README.tesh index 0b391c2bc8..c9361fa35f 100644 --- a/tools/tesh/README.tesh +++ b/tools/tesh/README.tesh @@ -17,9 +17,12 @@ blank and is ignored): `set timeout' `expect signal' `expect return' + `output' + `p' a string to print + `P' a string to print at the CRITICAL level (ease logging grepping) If the expected output do not match what the command spits, TESH will produce -an error showing the diff. +an error showing the diff (see OUTPUT below). IO orders --------- @@ -77,3 +80,10 @@ By default, all commands are given 5 seconds to execute takes an integer as argument. The change only apply to the next command (cf. set-timeout.tesh). +OUTPUT +------ + +By default, the commands output is matched against the one expected, +and an error is raised on discrepency. Metacomands to change this: + "output ignore" -> output completely discarded + "output display" -> output displayed (but not verified) \ No newline at end of file