fa12113eaf
consolidate artifacts entirely remove local artifact object and get artifacts in the vmx builder the same way we do in the vmware iso builder
12 lines
163 B
Go
12 lines
163 B
Go
package common
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/hashicorp/packer/packer"
|
|
)
|
|
|
|
func TestLocalArtifact_impl(t *testing.T) {
|
|
var _ packer.Artifact = new(artifact)
|
|
}
|