redhat-qe-security / SCAutolib

Library for automation of smart card testing
GNU General Public License v3.0
3 stars 10 forks source link

Improve check_output function #23

Closed mahavrila closed 2 years ago

mahavrila commented 2 years ago

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).