mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
eb8e9854d4
commit
6fabd756f0
|
@ -14,7 +14,7 @@ import (
|
||||||
var OverwriteMode = false
|
var OverwriteMode = false
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
flag.BoolVar(&OverwriteMode, "update", true, "Overwrite golden files")
|
flag.BoolVar(&OverwriteMode, "update", false, "Overwrite golden files")
|
||||||
}
|
}
|
||||||
|
|
||||||
func ReadFile(t testutil.TestingT, ctx context.Context, filename string) string {
|
func ReadFile(t testutil.TestingT, ctx context.Context, filename string) string {
|
||||||
|
|
Loading…
Reference in New Issue