X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f783ed4680c6862a1b7543237e89d1221334bae0..23dc3ae2ac429b801b81976e763b2034217ae200:/tools/tesh/catch-wrong-output.tesh diff --git a/tools/tesh/catch-wrong-output.tesh b/tools/tesh/catch-wrong-output.tesh index bfb2adbf98..05ccc57ef0 100644 --- a/tools/tesh/catch-wrong-output.tesh +++ b/tools/tesh/catch-wrong-output.tesh @@ -6,12 +6,13 @@ p This tests whether TESH detects wrong outputs < > TOTO < < TUTU < $ cat -$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n' -> Enable coverage +$ ${bindir:=.}/tesh > Test suite from stdin > [(stdin):3] cat > Output of <(stdin):3> mismatch: -> - TOTO -> + TUTU +>--- expected +>+++ obtained +>@@ -1 +1 @@ +> -TOTO +> +TUTU > Test suite `(stdin)': NOK (<(stdin):3> output mismatch) -