Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add --enable-coverage to tesh self-tests.
[simgrid.git] / tools / tesh / catch-wrong-output.tesh
index c161efe..bfb2adb 100644 (file)
@@ -6,11 +6,12 @@ p This tests whether TESH detects wrong outputs
 < > TOTO
 < < TUTU
 < $ cat
-$ ./tesh --log='log.thresh:info tesh.fmt:%m%n'
+$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n'
+> Enable coverage
 > Test suite from stdin
-> [stdin:3] cat
-> Output 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)