mirror of
https://github.com/containers/podman.git
synced 2025-12-01 18:49:18 +08:00
Combined test for (exitcode == 0) && (nothing on stderr). Returns more useful diagnostic messages than the default: old: Expected N to equal 0 new: Command failed with exit status N new: Unexpected warnings seen on stderr: "...." Signed-off-by: Ed Santiago <santiago@redhat.com>