comparison tests/test-run-tests.t @ 28701:3bce3d2fd727

run-tests: make _processoutput picky about optional globs 1ad0ddf8cccc enabled lines that were not matched to be found later in cases of jitter. Unfortunately, in this model an optional line would always jitter to the end when it is not present. That is not ideal. It would be possible to do better, by queuing all writes until the end in case an optional line jitters, but for now, it is simpler to assume optional lines have a fixed place in the stream.
author timeless <timeless@mozdev.org>
date Wed, 30 Mar 2016 09:13:47 +0000
parents 695c666f42ff
children f1de5a612a74
comparison
equal deleted inserted replaced
28700:35ad5bcdeb7e 28701:3bce3d2fd727
47 47
48 $ cat > test-success.t << EOF 48 $ cat > test-success.t << EOF
49 > $ echo babar 49 > $ echo babar
50 > babar 50 > babar
51 > $ echo xyzzy 51 > $ echo xyzzy
52 > never happens (?) 52 > never*happens (glob) (?)
53 > xyzzy 53 > xyzzy
54 > nor this (?) 54 > nor this (?)
55 > $ printf 'abc\ndef\nxyz\n' 55 > $ printf 'abc\ndef\nxyz\n'
56 > 123 (?) 56 > 123 (?)
57 > abc 57 > abc