diff options
author | Tom Rini <trini@konsulko.com> | 2020-09-30 16:11:11 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-09-30 16:11:11 -0400 |
commit | 097bbf1ba97b8ece930deca663f05ea444e99e45 (patch) | |
tree | ae4db71e77556f34f9fa7023205e4284c1d72c38 /test/py/tests/test_bind.py | |
parent | 01114adfc1e0bf3cf5e2f3da858bb2c8e9810c1c (diff) | |
parent | c0dd177a9986b97dab42f07b3db0ed1d2fe6e540 (diff) |
Merge branch '2020-09-30-add-new-apis' into next
- SCMI firmware support
- regmap, GPIO, reset API enhancements
Diffstat (limited to 'test/py/tests/test_bind.py')
-rw-r--r-- | test/py/tests/test_bind.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/tests/test_bind.py b/test/py/tests/test_bind.py index 5e73d403618..6703325c0b7 100644 --- a/test/py/tests/test_bind.py +++ b/test/py/tests/test_bind.py @@ -16,7 +16,7 @@ def in_tree(response, name, uclass, drv, depth, last_child): leaf = leaf + '`' leaf = leaf + '-- ' + name - line = (r' *{:10.10} [0-9]* \[ [ +] \] {:20.20} [` |]{}$' + line = (r' *{:10.10} *[0-9]* \[ [ +] \] {:20.20} [` |]{}$' .format(uclass, drv, leaf)) prog = re.compile(line) for l in lines: |