Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Only for Debug
[simgrid.git] / tools / tesh2 / examples / IO-orders.tesh
index a0a6b34..20386a2 100644 (file)
@@ -1,39 +1,39 @@
-\r
-p This tests that TESH accepts any order for the input/output\r
-\r
-p Order: in, out, cmd\r
-< < TOTO\r
-< > TOTO\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
-\r
-p Order: out, cmd, in\r
-< > TOTO\r
-< $ Cat\r
-< < TOTO\r
-$ ./tesh --log="log.thresh:info tesh.fmt:%m%n"\r
-\r
-p Order: in, cmd, out\r
-< < TOTO\r
-< $ Cat\r
-< > TOTO\r
-$ ./tesh --log="log.thresh:info tesh.fmt:%m%n"\r
-\r
-p Order: cmd, out, in\r
-< $ Cat\r
-< > TOTO\r
-< < TOTO\r
-$ ./tesh --log="log.thresh:info tesh.fmt:%m%n"\r
-\r
-p Order: cmd, in, out\r
-< $ Cat\r
-< < TOTO\r
-< > TOTO\r
-$ ./tesh --log="log.thresh:info tesh.fmt:%m%n"\r
-\r
+
+p This tests that TESH accepts any order for the input/output
+
+p Order: in, out, cmd
+< < TOTO
+< > TOTO
+< $ cat
+> Test unit from stdin
+> [stdin:3] cat
+> Test unit from stdin OK
+$ tesh --log="log.thresh:info tesh.fmt:%m%n"
+
+p Order: out, in, cmd
+< > TOTO
+< < TOTO
+< $ cat
+> Test unit from stdin
+> [stdin:3] cat
+> Test unit from stdin OK
+$ tesh --log="log.thresh:info tesh.fmt:%m%n"
+
+p Order: out, cmd, in
+< > TOTO
+< $ cat
+< < TOTO
+> Test unit from stdin
+> [stdin:2] cat
+> Test unit from stdin OK
+$ tesh --log="log.thresh:info tesh.fmt:%m%n"
+
+p Order: in, cmd, out
+< < TOTO
+< $ cat
+< > TOTO
+> Test unit from stdin
+> [stdin:2] cat
+> Test unit from stdin OK
+$ tesh --log="log.thresh:info tesh.fmt:%m%n"
+