Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sof-dump-status.py: make -s, -i and -l fail on wrong card numbers
Yet another green failure. Passing a wrong card number now fails as expected: ./tools/sof-dump-status.py -i 42 >/dev/null Traceback (most recent call last): File "./tools/sof-dump-status.py", line 487, in <module> card_info = sysinfo.proc_card[str(ret_args['id'])] KeyError: '42' Signed-off-by: Marc Herbert <[email protected]>
- Loading branch information