test-kitchen / kitchen-docker

A Test Kitchen Driver for Docker
Apache License 2.0
462 stars 233 forks source link

docker run_command output throw away despite -l debug #286

Open igalic opened 6 years ago

igalic commented 6 years ago

I'm currently trying to find out why my kitchen verify is failing, however, even when running

bundle exec kitchen verify -l debug package-centos-7
-----> Starting Kitchen (v1.16.0)
D      [local command] BEGIN (docker >> /dev/null 2>&1)
D      [local command] END (0m0.02s)
-----> Converging <package-centos-7>...

nothing is shown, despite this line: https://github.com/test-kitchen/kitchen-docker/blob/master/lib/kitchen/driver/docker.rb#L159

ref https://github.com/saltstack-formulas/zookeeper-formula/pull/66

jeffreycoe commented 4 years ago

Hi @igalic - Is this still an issue or can we close this out? If it is an issue, can you provide more details such as your kitchen.yml file? Thanks.