blob: e447921e093839f6d8450ab2a0f0c1d0ebff3314 [file] [log] [blame]
package local
import (
"flag"
"os"
"testing"
_ "github.com/hashicorp/terraform/internal/logging"
)
func TestMain(m *testing.M) {
flag.Parse()
os.Exit(m.Run())
}