redhat-qe-security / SCAutolib

Library for automation of smart card testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

change default "check_rc = True "

mahavrila opened this issue · comments

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.

Done in run function