mirror of
https://github.com/hashicorp/packer.git
synced 2026-03-02 21:41:55 -05:00
In order for the creation of a temporary directory to install plugins into to be simpler to understand and use, we change how the directory is created, cleaned-up, and installs plugins into. Now, instead of a tuple of a string (path) and a cleanup function, we return a structure that comprises the test suite, and the temporary directory, along with methods to handle those steps independently. |
||
|---|---|---|
| .. | ||
| templates | ||
| init_test.go | ||
| install_test.go | ||
| loading_test.go | ||
| plugins_remove_test.go | ||
| sample_config.json | ||
| suite_test.go | ||