Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
some changes for Windows (shell) compatibility and comment the sync call to test...
[simgrid.git] / tools / tesh2 / examples / IO-orders.tesh
1 \r
2 p This tests that TESH accepts any order for the input/output\r
3 \r
4 p Order: in, out, cmd\r
5 < < TOTO\r
6 < > TOTO\r
7 < $ cat\r
8 $ ../tesh --log="log.thresh:info tesh.fmt:%m%n"\r
9 \r
10 p Order: out, in, cmd\r
11 < > TOTO\r
12 < < TOTO\r
13 < $ cat\r
14 $ ../tesh --log="log.thresh:info tesh.fmt:%m%n"\r
15 \r
16 p Order: out, cmd, in\r
17 < > TOTO\r
18 < $ cat\r
19 < < TOTO\r
20 $ ../tesh --log="log.thresh:info tesh.fmt:%m%n"\r
21 \r
22 p Order: in, cmd, out\r
23 < < TOTO\r
24 < $ cat\r
25 < > TOTO\r
26 $ ../tesh --log="log.thresh:info tesh.fmt:%m%n"\r
27 \r
28 p Order: cmd, out, in\r
29 < $ cat\r
30 < > TOTO\r
31 < < TOTO\r
32 $ ../tesh --log="log.thresh:info tesh.fmt:%m%n"\r
33 \r
34 p Order: cmd, in, out\r
35 < $ cat\r
36 < < TOTO\r
37 < > TOTO\r
38 $ ../tesh --log="log.thresh:info tesh.fmt:%m%n"\r
39 \r