X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/75a383f8746398463787fa9a8505f417f2ca3eae..c1279242e832ddcc53bf8ceb0e112035f64a844d:/tools/tesh/catch-return.tesh diff --git a/tools/tesh/catch-return.tesh b/tools/tesh/catch-return.tesh index 20784e72ad..b7d39c592d 100644 --- a/tools/tesh/catch-return.tesh +++ b/tools/tesh/catch-return.tesh @@ -18,9 +18,9 @@ $ gcc -o return1 return1.c < $ ./return1 $ ../tesh --log='log.thresh:info tesh.fmt:%m%n' > 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 ..