Skip to content

Commit 24fead2

Browse files
committed
acceptance: add log dir as a writable path
Otherwise you get a sandbox error. Epic: CRDB-17171 Release note: None
1 parent ab8fac2 commit 24fead2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cmd/dev/acceptance.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ func (d *dev) acceptance(cmd *cobra.Command, commandLine []string) error {
9393
args = append(args, "--test_arg", "-test.v")
9494
}
9595
args = append(args, fmt.Sprintf("--test_arg=-l=%s", logDir))
96+
args = append(args, fmt.Sprintf("--sandbox_writable_path=%s", logDir))
9697
args = append(args, "--test_env=TZ=America/New_York")
9798
args = append(args, fmt.Sprintf("--test_arg=-b=%s", cockroachBin))
9899
args = append(args, additionalBazelArgs...)

0 commit comments

Comments
 (0)