mirror of
https://github.com/containers/podman.git
synced 2025-08-02 17:22:30 +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>