Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Last corrections of Tesh tool.
[simgrid.git] / tools / tesh2 / examples / catch-wrong-output.tesh
index 753d0c7bdfd9e6cd903f17f893223e64852716ac..8774a773d013833679757e540bac2723e1492214 100644 (file)
@@ -6,7 +6,11 @@ p This tests whether TESH detects wrong outputs
 < > TOTO
 < < TUTU
 < $ cat
-$ ./tesh --log='log.thresh:info tesh.fmt:%m%n' --silent
-
-
+$ ./tesh --log='log.thresh:info tesh.fmt:%m%n'
+> Test unit from stdin
+> [stdin:3] cat
+> [stdin:3] `cat' : NOK (outputs mismatch):
+> - TOTO
+> + TUTU
+> Test unit `(stdin)' : NOK (output mismatch)