X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2fe88613fbaaeb0e648d1d2acbd3f7b53f6a5298..7d9a2608433e246294b7c4b339371fd4d3530ba6:/tools/tesh/IO-orders.tesh diff --git a/tools/tesh/IO-orders.tesh b/tools/tesh/IO-orders.tesh index 14db63d9b5..28be9c2e4a 100644 --- a/tools/tesh/IO-orders.tesh +++ b/tools/tesh/IO-orders.tesh @@ -5,53 +5,58 @@ p Order: in, out, cmd < < TOTO < > TOTO < $ cat +> Enable coverage > Test suite from stdin > [(stdin):3] cat > Test suite from stdin OK -$ ./tesh --log='log.thresh:info tesh.fmt:%m%n' +$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n' p Order: out, in, cmd < > TOTO < < TOTO < $ cat +> Enable coverage > Test suite from stdin > [(stdin):3] cat > Test suite from stdin OK -$ ./tesh --log='log.thresh:info tesh.fmt:%m%n' +$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n' p Order: out, cmd, in < > TOTO < $ cat < < TOTO +> Enable coverage > Test suite from stdin > [(stdin):2] cat > Test suite from stdin OK -$ ./tesh --log='log.thresh:info tesh.fmt:%m%n' +$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n' p Order: in, cmd, out < < TOTO < $ cat < > TOTO +> Enable coverage > Test suite from stdin > [(stdin):2] cat > Test suite from stdin OK -$ ./tesh --log='log.thresh:info tesh.fmt:%m%n' +$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n' p Order: cmd, out, in < $ cat < > TOTO < < TOTO +> Enable coverage > Test suite from stdin > [(stdin):1] cat > Test suite from stdin OK -$ ./tesh --log='log.thresh:info tesh.fmt:%m%n' +$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n' p Order: cmd, in, out < $ cat < < TOTO < > TOTO +> Enable coverage > Test suite from stdin > [(stdin):1] cat > Test suite from stdin OK -$ ./tesh --log='log.thresh:info tesh.fmt:%m%n' - +$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n'