Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[tesh] instead of defining get_options() and then calling it only once, inline its...
[simgrid.git] / tools / tesh / catch-wrong-output.tesh
index 8fa8bceed0a3a08da7c3d540fa470c0367cc83ef..aa57175b326f879bd83710d84a499e93c9bc6acd 100644 (file)
@@ -6,11 +6,11 @@ p This tests whether TESH detects wrong outputs
 < > TOTO
 < < TUTU
 < $ cat
-$ ./tesh --log='log.thresh:info tesh.fmt:%m%n'
+$ ./tesh --enable-coverage
+> Enable coverage
 > Test suite from stdin
-> [stdin:3] cat
-> Output of <stdin:3> mismatch:
+> [(stdin):3] cat
+> Output of <(stdin):3> mismatch:
 > - TOTO
 > + TUTU
-> Test suite `(stdin)': NOK (<stdin:3> output mismatch)
-
+> Test suite `(stdin)': NOK (<(stdin):3> output mismatch)