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.
2 parents 24603c9 + 2d4712e commit 1e40fd2Copy full SHA for 1e40fd2
pkg/cmd/roachtest/main.go
@@ -293,6 +293,9 @@ the test tags.
293
If all invoked tests passed, the exit status is zero. If at least one test
294
failed, it is 10. Any other exit status reports a problem with the test
295
runner itself.
296
+
297
+COCKROACH_ environment variables in the local environment are passed through to
298
+the cluster nodes on start.
299
`,
300
RunE: func(_ *cobra.Command, args []string) error {
301
if literalArtifacts == "" {
0 commit comments