X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/86051ed1b66342bae0e21fd6643e66331ac2c07d..611d822b02f836d7abe031cced6adc4281ef4356:/tools/tesh/catch-timeout.tesh diff --git a/tools/tesh/catch-timeout.tesh b/tools/tesh/catch-timeout.tesh index a5000a00d7..0bee596746 100644 --- a/tools/tesh/catch-timeout.tesh +++ b/tools/tesh/catch-timeout.tesh @@ -1,13 +1,12 @@ -#! ./tesh +#!/usr/bin/env tesh # This suite must be functional because we changed the timeout value to 10 # before sleeping 6 secs. ! expect return 3 -< ! set timeout 1 +< ! timeout 1 < $ sleep 6 -> [0.000000] [tesh/INFO] Test suite from stdin -> [0.000000] [tesh/INFO] [stdin:2] sleep 6 -> [0.000000] [tesh/INFO] Child 'sleep 6' timeouted. Kill it -> [0.000000] run_context.c:335: [tesh/ERROR] Child timeouted (waited 1 sec) -$ ./tesh +> Test suite from stdin +> [(stdin):2] sleep 6 +> Test suite `(stdin)': NOK (<(stdin):2> timeout after 1 sec) +$ ${bindir:=.}/tesh