diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-03-16 20:47:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-16 20:47:07 +0100 |
commit | 2b2996d09d1d99c41a5c944b597e6b0c83ab23ee (patch) | |
tree | 10f49edd7741de501278ae07021ebd21d6619a1b /contrib/cirrus/logcollector.sh | |
parent | da17fbaad5dbc91f141bc4415728c31de68afa11 (diff) | |
parent | 3003384785d190133b0e1f483990c0c174a76bac (diff) | |
download | podman-2b2996d09d1d99c41a5c944b597e6b0c83ab23ee.tar.gz podman-2b2996d09d1d99c41a5c944b597e6b0c83ab23ee.tar.bz2 podman-2b2996d09d1d99c41a5c944b597e6b0c83ab23ee.zip |
Merge pull request #5515 from edsantiago/ci_sundry_small_fixes
Four small CI fixes:
Diffstat (limited to 'contrib/cirrus/logcollector.sh')
-rwxr-xr-x | contrib/cirrus/logcollector.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/logcollector.sh b/contrib/cirrus/logcollector.sh index 34b88e6ea..e0190971e 100755 --- a/contrib/cirrus/logcollector.sh +++ b/contrib/cirrus/logcollector.sh @@ -32,7 +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 ;; + podman) showrun ./bin/podman system info ;; varlink) if [[ "$TEST_REMOTE_CLIENT" == "true" ]] then |