Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[tesh] instead of defining get_options() and then calling it only once, inline its...
[simgrid.git] / tools / tesh / set-output-ignore.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 --enable-coverage
10 > Enable coverage
11 > Test suite from stdin
12 > [(stdin):4] cat
13 > (ignoring the output of <(stdin):4> as requested)
14 > Test suite from stdin OK