Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
some changes for Windows (shell) compatibility and comment the sync call to test...
[simgrid.git] / tools / tesh2 / examples / IO-orders.tesh
index a0a6b34..ec5aad5 100644 (file)
@@ -4,36 +4,36 @@ p This tests that TESH accepts any order for the input/output
 p Order: in, out, cmd\r
 < < TOTO\r
 < > TOTO\r
-< $ Cat\r
-$ ./tesh --log="log.thresh:info tesh.fmt:%m%n"\r
+< $ cat\r
+$ ../tesh --log="log.thresh:info tesh.fmt:%m%n"\r
 \r
 p Order: out, in, cmd\r
 < > TOTO\r
 < < TOTO\r
-< $ Cat\r
-$ ./tesh --log="log.thresh:info tesh.fmt:%m%n"\r
+< $ cat\r
+$ ../tesh --log="log.thresh:info tesh.fmt:%m%n"\r
 \r
 p Order: out, cmd, in\r
 < > TOTO\r
-< $ Cat\r
+< $ cat\r
 < < TOTO\r
-$ ./tesh --log="log.thresh:info tesh.fmt:%m%n"\r
+$ ../tesh --log="log.thresh:info tesh.fmt:%m%n"\r
 \r
 p Order: in, cmd, out\r
 < < TOTO\r
-< $ Cat\r
+< $ cat\r
 < > TOTO\r
-$ ./tesh --log="log.thresh:info tesh.fmt:%m%n"\r
+$ ../tesh --log="log.thresh:info tesh.fmt:%m%n"\r
 \r
 p Order: cmd, out, in\r
-< $ Cat\r
+< $ cat\r
 < > TOTO\r
 < < TOTO\r
-$ ./tesh --log="log.thresh:info tesh.fmt:%m%n"\r
+$ ../tesh --log="log.thresh:info tesh.fmt:%m%n"\r
 \r
 p Order: cmd, in, out\r
-< $ Cat\r
+< $ cat\r
 < < TOTO\r
 < > TOTO\r
-$ ./tesh --log="log.thresh:info tesh.fmt:%m%n"\r
+$ ../tesh --log="log.thresh:info tesh.fmt:%m%n"\r
 \r