diff --git a/tests/bud.bats b/tests/bud.bats index c9671fc8efd..f01a6e2fd81 100644 --- a/tests/bud.bats +++ b/tests/bud.bats @@ -165,6 +165,7 @@ _EOF # Helper function. push our image with the given options, and run skopeo inspect function _test_buildah_push() { run_buildah push \ + --log-level=debug \ $WITH_POLICY_JSON \ --authfile ${TEST_SCRATCH_DIR}/test.auth \ --tls-verify=false \