diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-08-16 15:09:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-16 15:09:12 +0000 |
commit | 3dace12777e27a7732acb25ae78f86ced8ae04da (patch) | |
tree | a0d9531a40db608526dae5df63137a4eccb173b7 /test/system | |
parent | 552225c4144091aea0a1bbef1f956ee48af16055 (diff) | |
parent | 2d30b4dee596157d85ce9728921286a6242b5a29 (diff) | |
download | podman-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/system')
-rw-r--r-- | test/system/001-basic.bats | 3 |
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 |