packer_test: rename core test run function

The function's name was the same as the plugins test suite runner/init
function, making it impossible to differentiate between the two when
looking at the logs, or when attempting to filter which tests to run
using the suite function's name.
pull/13163/head
Lucas Bajolet 2 years ago committed by Lucas Bajolet
parent 6fc2932b09
commit 7f7ae8454a

@ -11,7 +11,7 @@ type PackerCoreTestSuite struct {
*lib.PackerTestSuite
}
func Test_PackerPluginSuite(t *testing.T) {
func Test_PackerCoreSuite(t *testing.T) {
baseSuite, cleanup := lib.InitBaseSuite(t)
defer cleanup()

Loading…
Cancel
Save