avocado-framework / aexpect

Python library used to control interactive programs
GNU General Public License v2.0
8 stars 32 forks source link

Implement a reusable subcommand output and status processing routine #111

Closed pevogam closed 1 year ago

pevogam commented 1 year ago

As most calls would check for nonzero exit status and strip the command output let's reuse the same logic as much as we can.

Signed-off-by: Plamen Dimitrov plamen.dimitrov@intra2net.com

pevogam commented 1 year ago

The failed version here is specifically for Python 3.6 due to unavailable platform in the CI.