Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add the new integrated files version (use xbt data structures instead my own data...
[simgrid.git] / tools / tesh2 / examples / catch-wrong-output.tesh
1 #! ./tesh\r
2 \r
3 p This tests whether TESH detects wrong outputs\r
4 \r
5 ! expect return $EOUTPUTNOTMATCH\r
6 < > TOTO\r
7 < < TUTU\r
8 < $ cat\r
9 $ ./tesh --log="log.thresh:info tesh.fmt:%m%n"\r
10 \r
11 \r
12 \r