Merge branch 'f-file-builder' of github.com:mitchellh/packer into f-file-builder

pull/2205/head
Chris Bednarski 11 years ago
commit f5067e9736

@ -1,3 +1,22 @@
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…
Cancel
Save