X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4f6a20c70493120df0f813a6832d69d35c6f5a7c..8ccebd8729f00d1125f343c9dce5b093f40f8cc7:/tools/tesh/catch-timeout.tesh diff --git a/tools/tesh/catch-timeout.tesh b/tools/tesh/catch-timeout.tesh index d4c6f14d92..0bee596746 100644 --- a/tools/tesh/catch-timeout.tesh +++ b/tools/tesh/catch-timeout.tesh @@ -1,4 +1,4 @@ -#! ./tesh +#!/usr/bin/env tesh # This suite must be functional because we changed the timeout value to 10 # before sleeping 6 secs. @@ -7,8 +7,6 @@ < ! timeout 1 < $ sleep 6 > Test suite from stdin -> [stdin:2] sleep 6 -> timeouted. Kill the process. -> No output before timeout -> Test suite `(stdin)': NOK ( timeout after 1 sec) -$ ./tesh --log='log.thresh:info tesh.fmt:%m%n' +> [(stdin):2] sleep 6 +> Test suite `(stdin)': NOK (<(stdin):2> timeout after 1 sec) +$ ${bindir:=.}/tesh