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
I'm currently trying to find out why my
kitchen verifyis failing, however, even when runningnothing is shown, despite this line: https://github.com/test-kitchen/kitchen-docker/blob/master/lib/kitchen/driver/docker.rb#L159
ref saltstack-formulas/zookeeper-formula#66