summaryrefslogtreecommitdiffstats
path: root/cmd/platform
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/platform')
-rw-r--r--cmd/platform/platform_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/platform/platform_test.go b/cmd/platform/platform_test.go
index 9ee68a7aa..792cabe38 100644
--- a/cmd/platform/platform_test.go
+++ b/cmd/platform/platform_test.go
@@ -27,7 +27,7 @@ func execArgs(t *testing.T, args []string) []string {
baseParts[0] = fmt.Sprintf("%v-%v-%v", baseParts[0], t.Name(), coverprofileCounters[t.Name()])
ret = append(ret, "-test.coverprofile", filepath.Join(dir, strings.Join(baseParts, ".")))
}
- return append(append(ret, "--"), args...)
+ return append(append(ret, "--", "--disableconfigwatch"), args...)
}
func checkCommand(t *testing.T, args ...string) string {