aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-08-16 15:09:12 +0000
committerGitHub <noreply@github.com>2022-08-16 15:09:12 +0000
commit3dace12777e27a7732acb25ae78f86ced8ae04da (patch)
treea0d9531a40db608526dae5df63137a4eccb173b7 /test
parent552225c4144091aea0a1bbef1f956ee48af16055 (diff)
parent2d30b4dee596157d85ce9728921286a6242b5a29 (diff)
downloadpodman-3dace12777e27a7732acb25ae78f86ced8ae04da.tar.gz
podman-3dace12777e27a7732acb25ae78f86ced8ae04da.tar.bz2
podman-3dace12777e27a7732acb25ae78f86ced8ae04da.zip
Merge pull request #15317 from rhatdan/debug
Add compatibility support for --debug flag from docker
Diffstat (limited to 'test')
-rw-r--r--test/system/001-basic.bats3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/system/001-basic.bats b/test/system/001-basic.bats
index cf37fc07c..584511388 100644
--- a/test/system/001-basic.bats
+++ b/test/system/001-basic.bats
@@ -190,6 +190,9 @@ See 'podman version --help'" "podman version --remote"
run_podman --log-level=error info
run_podman --log-level=fatal info
run_podman --log-level=panic info
+ run_podman --debug info
+ run_podman 1 --debug --log-level=panic info
+ is "$output" "Setting --log-level and --debug is not allowed"
}
# vim: filetype=sh