X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fe2cfede6b5e1c8d2af6db841de278dfcffd8baf..2e2c91eaa94e8fa79a41bbcdd443f55ad2a37f19:/tools/tesh/IO-orders.tesh diff --git a/tools/tesh/IO-orders.tesh b/tools/tesh/IO-orders.tesh index 28be9c2e4a..c7bbc672ee 100644 --- a/tools/tesh/IO-orders.tesh +++ b/tools/tesh/IO-orders.tesh @@ -5,58 +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 --enable-coverage --log='log.thresh:info tesh.fmt:%m%n' +$ ${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' +$ ${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' +$ ${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' +$ ${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' +$ ${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' +$ ${bindir:=.}/tesh