We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8fac2 commit 24fead2Copy full SHA for 24fead2
pkg/cmd/dev/acceptance.go
@@ -93,6 +93,7 @@ func (d *dev) acceptance(cmd *cobra.Command, commandLine []string) error {
93
args = append(args, "--test_arg", "-test.v")
94
}
95
args = append(args, fmt.Sprintf("--test_arg=-l=%s", logDir))
96
+ args = append(args, fmt.Sprintf("--sandbox_writable_path=%s", logDir))
97
args = append(args, "--test_env=TZ=America/New_York")
98
args = append(args, fmt.Sprintf("--test_arg=-b=%s", cockroachBin))
99
args = append(args, additionalBazelArgs...)
0 commit comments