Commit Graph
2 Commits
Author SHA1 Message Date
Lucas Bajolet 28bf784869 packer_test: add test for multiple plugin paths
When the PACKER_PLUGIN_PATH envvar is defined in the environment, Packer
uses it as the source of truth for the directories in which to look for
plugins to load.

Previously, we used to support multiple directories separated by the
OS-specific path separator (i.e. : on UNIX, ; on Windows).

Since this changed, and Packer returns an error to the user, we make
sure that this is well-documented and tested through this extra test.
2024-06-07 14:38:20 -04:00
Wilken Rivera 124a8d8d5d Move into a packer_test pkg for black-box testing 2024-06-07 14:38:20 -04:00