mirror of https://github.com/hashicorp/packer
parent
449a299ee3
commit
2ca6804827
@ -1,4 +1,4 @@
|
||||
package helper
|
||||
package testshelper
|
||||
|
||||
import (
|
||||
"github.com/aws/aws-sdk-go/aws"
|
||||
@ -1,4 +1,4 @@
|
||||
package helper
|
||||
package testshelper
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
@ -1,11 +1,9 @@
|
||||
// +build integration
|
||||
|
||||
package shell_integration
|
||||
package shell_test
|
||||
|
||||
import (
|
||||
"github.com/hashicorp/go-uuid"
|
||||
"github.com/hashicorp/packer/command"
|
||||
testshelper "github.com/hashicorp/packer/test/helper"
|
||||
"github.com/hashicorp/packer/helper/tests"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"testing"
|
||||
Loading…
Reference in new issue