Commit f5067e97 authored by Chris Bednarski's avatar Chris Bednarski

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

parents fe105107 fe0c5486
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"
}
`
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment