bazel icon indicating copy to clipboard operation
bazel copied to clipboard

Also set TMPDIR in tests

Open keith opened this issue 1 month ago • 1 comments

This is set to the same value as TEST_TMPDIR. I think the primary value for this in tests is that you might run tools that you do not control that have no knowledge of bazel, but likely respect this standard variable

Work towards https://github.com/bazelbuild/bazel/issues/27162

keith avatar Dec 04 '25 16:12 keith

BTW any changes to the test environment should probably simultaneously update the documentation: https://bazel.build/reference/test-encyclopedia#initial-conditions

jwnimmer-tri avatar Dec 04 '25 21:12 jwnimmer-tri