Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
a win32 auto.tesh (because echo test and pwd do not exist on Windows)
[simgrid.git] / tools / tesh2 / examples / set-ignore-output.tesh
1 #! ./tesh
2
3 p This tests whether TESH accepts to ignore command output
4
5 < ! output ignore
6 < > TOTO
7 < < TUTU
8 < $ cat
9 $ ./tesh --log="log.thresh:info tesh.fmt:%m%n"
10 > Test unit from stdin
11 > [stdin:4] cat
12 > (ignoring the output of <stdin:4> as requested)
13 > Test unit from stdin OK