Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't pass --log to tesh: the perl version ignores it anyway
[simgrid.git] / tools / tesh / catch-wrong-output.tesh
index bfb2adb..aa57175 100644 (file)
@@ -6,7 +6,7 @@ p This tests whether TESH detects wrong outputs
 < > TOTO
 < < TUTU
 < $ cat
-$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n'
+$ ./tesh --enable-coverage
 > Enable coverage
 > Test suite from stdin
 > [(stdin):3] cat
@@ -14,4 +14,3 @@ $ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n'
 > - TOTO
 > + TUTU
 > Test suite `(stdin)': NOK (<(stdin):3> output mismatch)
-