redhat-qe-security / SCAutolib

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

change default "check_rc = True " #21

Closed mahavrila closed 2 years ago

mahavrila commented 2 years ago

Exit code of tested command should always be checked unless this check is turned off by user. Reasoning is: We want our commands almost always to pass and it's good to have additional control to indicate any kind of failures. This would prevent similar false positives to those we observed before control of "reject" string was added.

x00Pavel commented 2 years ago

Done in run function