SIGN IN SIGN UP

tests: fix format_exec_cmd_result to handle tuple from exec_cmd

exec_cmd returns a tuple (rc, out, err) but format_exec_cmd_result
accessed .returncode/.stdout/.stderr attributes, causing
AttributeError when assertion failed.

Signed-off-by: Vladimír Beneš <vbenes@redhat.com>
V
Vladimír Beneš committed
e258026438add3e359d328292cb76159e73d3f6d
Parent: 9abe698
Committed by Íñigo Huguet <ihuguet@riseup.net> on 5/20/2026, 7:52:21 PM