Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Last corrections of Tesh tool.
[simgrid.git] / tools / tesh2 / examples / set-ignore-output.tesh
index f091545..285bd3a 100644 (file)
@@ -1,10 +1,13 @@
-#! ./tesh\r
-\r
-p This tests whether TESH accepts to ignore command output\r
-\r
-< ! output ignore\r
-< > TOTO\r
-< < TUTU\r
-< $ Cat\r
-$ ./tesh --log="log.thresh:info tesh.fmt:%m%n"\r
-\r
+#! ./tesh
+
+p This tests whether TESH accepts to ignore command output
+
+< ! output ignore
+< > TOTO
+< < TUTU
+< $ cat
+$ ./tesh --log='log.thresh:info tesh.fmt:%m%n'
+> Test unit from stdin
+> [stdin:4] cat
+> (ignoring the output of <stdin:4> as requested)
+> Test unit from stdin OK