c5ff328 Log stderr in run_command

1 file Authored by cheimes 4 years ago, Committed by sorlov 4 years ago,
    Log stderr in run_command
    
    pytest_multihost's run_command() does not log stderr when a command
    fails. Wrap the function call to log stderr so it's easier to debug
    failing tests.
    
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>