Commit 736e79d
check-sof-logger: fix cavstool banner check
The test started failing with recent Zephyr upstream due to combination
of use of "asyncio.get_event_loop().run_until_complete(main())" in
cavstool.py , which triggers a deprecation warning on Python 3.10 and
newer.
Make the cavstool check more robust by checking for multiple lines of
text in cavstool output for the tool banner.
Suggested-by: Marc Herbert <marc.herbert@intel.com>
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>1 parent 9fa377c commit 736e79d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| |||
0 commit comments