Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Export public data in a way where we can specify that they are extern C
[simgrid.git] / tools / tesh / catch-timeout.tesh
1 #! ./tesh
2
3 # This suite must be functional because we changed the timeout value to 10
4 # before sleeping 6 secs.
5
6 ! expect return 3
7 < ! set timeout 1
8 < $ sleep 6
9 > [0.000000] [tesh/INFO] Test suite from stdin
10 > [0.000000] [tesh/INFO] [stdin:2] sleep 6
11 > [0.000000] [tesh/INFO] Child 'sleep 6' timeouted. Kill it
12 > [0.000000] run_context.c:335: [tesh/ERROR] Child timeouted (waited 1 sec)
13 $ ./tesh