Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename file for consistency.
[simgrid.git] / tools / tesh / set-output-ignore.tesh
diff --git a/tools/tesh/set-output-ignore.tesh b/tools/tesh/set-output-ignore.tesh
new file mode 100644 (file)
index 0000000..1fba401
--- /dev/null
@@ -0,0 +1,14 @@
+#! ./tesh
+
+p This tests whether TESH accepts to ignore command output
+
+< ! output ignore
+< > TOTO
+< < TUTU
+< $ cat
+$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n'
+> Enable coverage
+> Test suite from stdin
+> [(stdin):4] cat
+> (ignoring the output of <(stdin):4> as requested)
+> Test suite from stdin OK