X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/75a383f8746398463787fa9a8505f417f2ca3eae..a846b9415542cdaa8ba5d0f7efeadecb56ba7c2c:/tools/tesh/catch-return.tesh?ds=sidebyside 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 ..