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)
commit5aaf6428526bcad98d6f51f2f679c919bb75d7e9
tree59be38def52a591b15c0e8e8bd985a676d8d355b
parent16f7eb2b77b55da816c4e207f3f9440a8cafc00a
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