]> git.baikalelectronics.ru Git - kernel.git/commit
tc-testing: tdc.py: ignore errors when decoding stdout/stderr
authorLucas Bates <lucasb@mojatatu.com>
Fri, 16 Nov 2018 22:37:55 +0000 (17:37 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sun, 18 Nov 2018 05:54:53 +0000 (21:54 -0800)
commitc01a4af88309f8bbbc5a2525e5c7608619b9dcf6
tree59be38def52a591b15c0e8e8bd985a676d8d355b
parente86863e6e5bcbb3cd38bcc3ccc9d543f97985b64
tc-testing: tdc.py: ignore errors when decoding stdout/stderr

Prevent exceptions from being raised while decoding output
from an executed command. There is no impact on tdc's
execution and the verify command phase would fail the pattern
match.

Signed-off-by: Lucas Bates <lucasb@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/tc-testing/tdc.py