Searched hist:"44 ac762b1437b274daf9e6f2dc924088b6332a54" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/test/py/ |
| H A D | u_boot_spawn.py | 44ac762b1437b274daf9e6f2dc924088b6332a54 Thu Jan 28 06:57:47 UTC 2016 Stephen Warren <swarren@nvidia.com> test/py: fix spawn.expect multiple match handling
Multiple patterns may be passed to spawn.expect(). The pattern which matches at the earliest position should be designated as the match. This aspect works correctly. When multiple patterns match at the same position, priority should be given the the earliest entry in the list of patterns. This aspect does not work correctly. This patch fixes it.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org>
|