X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c0c6ff6136ed5d29f3b688b0772278ccfea8ac69..f34ca502a5eb4e4c15cfa6cd36d4ee4da88bc5e1:/tools/tesh/IO-orders.tesh diff --git a/tools/tesh/IO-orders.tesh b/tools/tesh/IO-orders.tesh index 79483162fe..7453ff88c8 100644 --- a/tools/tesh/IO-orders.tesh +++ b/tools/tesh/IO-orders.tesh @@ -5,59 +5,52 @@ p Order: in, out, cmd < < TOTO < > TOTO < $ cat -> Enable coverage > Test suite from stdin > [(stdin):3] cat > Test suite from stdin OK -$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n' +$ perl ${bindir:=.}/tesh p Order: out, in, cmd < > TOTO < < TOTO < $ cat -> Enable coverage > Test suite from stdin > [(stdin):3] cat > Test suite from stdin OK -$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n' +$ perl ${bindir:=.}/tesh p Order: out, cmd, in < > TOTO < $ cat < < TOTO -> Enable coverage > Test suite from stdin > [(stdin):2] cat > Test suite from stdin OK -$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n' +$ perl ${bindir:=.}/tesh p Order: in, cmd, out < < TOTO < $ cat < > TOTO -> Enable coverage > Test suite from stdin > [(stdin):2] cat > Test suite from stdin OK -$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n' +$ perl ${bindir:=.}/tesh p Order: cmd, out, in < $ cat < > TOTO < < TOTO -> Enable coverage > Test suite from stdin > [(stdin):1] cat > Test suite from stdin OK -$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n' +$ perl ${bindir:=.}/tesh p Order: cmd, in, out < $ cat < < TOTO < > TOTO -> Enable coverage > Test suite from stdin > [(stdin):1] cat > Test suite from stdin OK -$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n' - +$ perl ${bindir:=.}/tesh