mirror of https://github.com/hashicorp/packer
Previous versions of the packerCommand implementation for wrapping a freshly compiled Packer binary to run tests with were a bit opaque, and printing out the logs from a run was defined in `Assert` as a plain checker, using a bit of a clumsy call that repeats already known information like `testing.T`. This commit changes the implementation so that `Dump` becomes a function call akin to the others, which doesn't need any parameter, instead it leverages what if already kept within the packerCommand structure.packer_test_dump_commands
parent
cb1a4af5dd
commit
3289540c90
Loading…
Reference in new issue