X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/27b0c1ee1d85c53f1d11bb2b8e539cd76e4cf437..2e2c91eaa94e8fa79a41bbcdd443f55ad2a37f19:/tools/tesh/set-output-sort.tesh diff --git a/tools/tesh/set-output-sort.tesh b/tools/tesh/set-output-sort.tesh index cfff84a4d4..92b3400be2 100644 --- a/tools/tesh/set-output-sort.tesh +++ b/tools/tesh/set-output-sort.tesh @@ -71,23 +71,37 @@ p This tests whether TESH correctly sorts command output < > c < > d $ ${bindir:=.}/tesh --ignore-jenkins -> Ignore all cruft seen on SimGrid's continous integration servers +> Ignore all cruft seen on SimGrid's continuous integration servers > Test suite from stdin > [(stdin):1] Test sorting and filtering of output > [(stdin):3] true +> > [(stdin):6] true +> > [(stdin):8] printf 'profiling: foo\n' +> > [(stdin):10] printf 'profiling: foo' +> > [(stdin):13] printf 'profiling: foo\n' +> > [(stdin):16] printf 'profiling: foo' +> > [(stdin):18] printf 'a\nb\nc\nd\n' +> > [(stdin):24] printf 'a\nb\nc\nd' +> > [(stdin):31] printf 'c\nd\nb\na\n' +> > [(stdin):38] printf 'c\nd\nb\na' +> > [(stdin):44] printf 'a\nprofiling: foo\nprofiling: bar\nb\nc\nd\nprofiling: baz\n' +> > [(stdin):50] printf 'a\nprofiling: foo\nprofiling: bar\nb\nc\nd\nprofiling: baz' +> > [(stdin):57] printf 'c\nprofiling: foo\nprofiling: bar\nd\nb\na\nprofiling: baz\n' +> > [(stdin):64] printf 'c\nprofiling: foo\nprofiling: bar\nd\nb\na\nprofiling: baz' +> > Test suite from stdin OK p Check the Right Prefix Length (19) for "output sort"