X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/75a383f8746398463787fa9a8505f417f2ca3eae..e581b2ad1ed170f3b7f64b7db3d0f5c80c173437:/tools/tesh/catch-return.tesh diff --git a/tools/tesh/catch-return.tesh b/tools/tesh/catch-return.tesh index 20784e72ad..94bf5c854e 100644 --- a/tools/tesh/catch-return.tesh +++ b/tools/tesh/catch-return.tesh @@ -16,11 +16,12 @@ $ gcc -o return1 return1.c ! expect return 41 < $ ./return1 -$ ../tesh --log='log.thresh:info tesh.fmt:%m%n' +$ ../tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n' +> Enable coverage > Test suite from stdin -> [stdin:1] ./return1 -> Test suite `(stdin)': NOK ( returned code 1) -> Output of so far: +> [(stdin):1] ./return1 +> Test suite `(stdin)': NOK (<(stdin):1> returned code 1) +> Output of <(stdin):1> so far: > || $ cd ..