aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2020-01-27 12:04:43 -0500
committerChris Evich <cevich@redhat.com>2020-02-25 12:34:25 -0500
commit7e95e1e25c22193d7baf2a53dacd82e477589b4b (patch)
treec982847710e38f7a55fc8d3ed1a8bd184817787d /contrib
parent0ac0e6e61254651c173992d3a855fb188c0ba288 (diff)
downloadpodman-7e95e1e25c22193d7baf2a53dacd82e477589b4b.tar.gz
podman-7e95e1e25c22193d7baf2a53dacd82e477589b4b.tar.bz2
podman-7e95e1e25c22193d7baf2a53dacd82e477589b4b.zip
Cirrus: collect podman system info
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/cirrus/logcollector.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/cirrus/logcollector.sh b/contrib/cirrus/logcollector.sh
index 17f5eb099..1769e9362 100755
--- a/contrib/cirrus/logcollector.sh
+++ b/contrib/cirrus/logcollector.sh
@@ -32,6 +32,7 @@ case $1 in
df) showrun df -lhTx tmpfs ;;
ginkgo) showrun cat $CIRRUS_WORKING_DIR/test/e2e/ginkgo-node-*.log ;;
journal) showrun journalctl -b ;;
+ podman) showrun podman system info ;;
varlink)
if [[ "$TEST_REMOTE_CLIENT" == "true" ]]
then