Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement pthread_barrier calls in sthread, and test them in McMini
[simgrid.git] / tools / tesh / IO-orders.tesh
index 14db63d..c7bbc67 100644 (file)
@@ -7,8 +7,9 @@ p Order: in, out, cmd
 < $ cat
 > Test suite from stdin
 > [(stdin):3] cat
+> 
 > Test suite from stdin OK
-$ ./tesh --log='log.thresh:info tesh.fmt:%m%n'
+$ ${bindir:=.}/tesh
 
 p Order: out, in, cmd
 < > TOTO
@@ -16,8 +17,9 @@ p Order: out, in, cmd
 < $ cat
 > Test suite from stdin
 > [(stdin):3] cat
+> 
 > Test suite from stdin OK
-$ ./tesh --log='log.thresh:info tesh.fmt:%m%n'
+$ ${bindir:=.}/tesh
 
 p Order: out, cmd, in
 < > TOTO
@@ -25,8 +27,9 @@ p Order: out, cmd, in
 < < TOTO
 > Test suite from stdin
 > [(stdin):2] cat
+> 
 > Test suite from stdin OK
-$ ./tesh --log='log.thresh:info tesh.fmt:%m%n'
+$ ${bindir:=.}/tesh
 
 p Order: in, cmd, out
 < < TOTO
@@ -34,8 +37,9 @@ p Order: in, cmd, out
 < > TOTO
 > Test suite from stdin
 > [(stdin):2] cat
+> 
 > Test suite from stdin OK
-$ ./tesh --log='log.thresh:info tesh.fmt:%m%n'
+$ ${bindir:=.}/tesh
 
 p Order: cmd, out, in
 < $ cat
@@ -43,8 +47,9 @@ p Order: cmd, out, in
 < < TOTO
 > Test suite from stdin
 > [(stdin):1] cat
+> 
 > Test suite from stdin OK
-$ ./tesh --log='log.thresh:info tesh.fmt:%m%n'
+$ ${bindir:=.}/tesh
 
 p Order: cmd, in, out
 < $ cat
@@ -52,6 +57,6 @@ p Order: cmd, in, out
 < > TOTO
 > Test suite from stdin
 > [(stdin):1] cat
+> 
 > Test suite from stdin OK
-$ ./tesh --log='log.thresh:info tesh.fmt:%m%n'
-
+$ ${bindir:=.}/tesh