redhat-qe-security / SCAutolib

Library for automation of smart card testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve check_output function

mahavrila opened this issue · comments

Suggestion: In case an exception is hit in check_output function, the function should print message summarizing results of all performed checks or at least exit code of tested command.
Reasoning: It is beneficial for tester to know exit code mainly in case of failure (expect pattern is not found).