Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
last change of Tesh2
[simgrid.git] / tools / tesh2 / examples / IO-orders.tesh
index ab0c9f3..3cc8033 100644 (file)
@@ -8,7 +8,7 @@ p Order: in, out, cmd
 > Test unit from stdin
 > [stdin:3] cat
 > Test unit from stdin OK
-$ ./tesh --log='log.thresh:info tesh.fmt:%m%n'
+$ ./tesh --log="log.thresh:info tesh.fmt:%m%n"
 
 p Order: out, in, cmd
 < > TOTO
@@ -17,7 +17,7 @@ p Order: out, in, cmd
 > Test unit from stdin
 > [stdin:3] cat
 > Test unit from stdin OK
-$ ./tesh --log='log.thresh:info tesh.fmt:%m%n'
+$ ./tesh --log="log.thresh:info tesh.fmt:%m%n"
 
 p Order: out, cmd, in
 < > TOTO
@@ -26,7 +26,7 @@ p Order: out, cmd, in
 > Test unit from stdin
 > [stdin:2] cat
 > Test unit from stdin OK
-$ ./tesh --log='log.thresh:info tesh.fmt:%m%n'
+$ ./tesh --log="log.thresh:info tesh.fmt:%m%n"
 
 p Order: in, cmd, out
 < < TOTO
@@ -35,5 +35,5 @@ p Order: in, cmd, out
 > Test unit from stdin
 > [stdin:2] cat
 > Test unit from stdin OK
-$ ./tesh --log='log.thresh:info tesh.fmt:%m%n'
+$ ./tesh --log="log.thresh:info tesh.fmt:%m%n"