Merge branch 'f-file-builder' of github.com:mitchellh/packer into f-file-builder
This commit is contained in:
commit
f5067e9736
|
@ -1,3 +1,22 @@
|
||||||
package compress
|
package compress
|
||||||
|
|
||||||
import ()
|
// import (
|
||||||
|
// "testing"
|
||||||
|
//
|
||||||
|
// builderT "github.com/mitchellh/packer/helper/builder/testing"
|
||||||
|
// )
|
||||||
|
//
|
||||||
|
// func TestBuilderTagsAcc_basic(t *testing.T) {
|
||||||
|
// builderT.Test(t, builderT.TestCase{
|
||||||
|
// Builder: &Builder{},
|
||||||
|
// Template: simpleTestCase,
|
||||||
|
// Check: checkTags(),
|
||||||
|
// })
|
||||||
|
// }
|
||||||
|
|
||||||
|
const simpleTestCase = `
|
||||||
|
{
|
||||||
|
"type": "compress",
|
||||||
|
"output": "foo.tar.gz"
|
||||||
|
}
|
||||||
|
`
|
||||||
|
|
Loading…
Reference in New Issue