Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[tesh] move functions around to try to get them in the logical order
[simgrid.git] / tools / tesh / IO-orders.tesh
index 7948316..2b30132 100644 (file)
@@ -9,7 +9,7 @@ p Order: in, out, cmd
 > Test suite from stdin
 > [(stdin):3] cat
 > Test suite from stdin OK
-$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n'
+$ ./tesh --enable-coverage
 
 p Order: out, in, cmd
 < > TOTO
@@ -19,7 +19,7 @@ p Order: out, in, cmd
 > Test suite from stdin
 > [(stdin):3] cat
 > Test suite from stdin OK
-$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n'
+$ ./tesh --enable-coverage
 
 p Order: out, cmd, in
 < > TOTO
@@ -29,7 +29,7 @@ p Order: out, cmd, in
 > Test suite from stdin
 > [(stdin):2] cat
 > Test suite from stdin OK
-$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n'
+$ ./tesh --enable-coverage
 
 p Order: in, cmd, out
 < < TOTO
@@ -39,7 +39,7 @@ p Order: in, cmd, out
 > Test suite from stdin
 > [(stdin):2] cat
 > Test suite from stdin OK
-$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n'
+$ ./tesh --enable-coverage
 
 p Order: cmd, out, in
 < $ cat
@@ -49,7 +49,7 @@ p Order: cmd, out, in
 > Test suite from stdin
 > [(stdin):1] cat
 > Test suite from stdin OK
-$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n'
+$ ./tesh --enable-coverage
 
 p Order: cmd, in, out
 < $ cat
@@ -59,5 +59,4 @@ p Order: cmd, in, out
 > Test suite from stdin
 > [(stdin):1] cat
 > Test suite from stdin OK
-$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n'
-
+$ ./tesh --enable-coverage