From 5b17d5ffb529ed3f1d080c40a93db6ada6d1e6b6 Mon Sep 17 00:00:00 2001 From: Googler Date: Mon, 13 May 2019 12:21:51 -0700 Subject: [PATCH] Test Encyclopedia: Document TEST_WORKSPACE behavior It's now unconditionally set by Bazel, however not documented as such. RELNOTES: none PiperOrigin-RevId: 247986215 --- site/docs/test-encyclopedia.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/site/docs/test-encyclopedia.html b/site/docs/test-encyclopedia.html index 27a1ce2da46a93..cd2a7f307e5e2a 100644 --- a/site/docs/test-encyclopedia.html +++ b/site/docs/test-encyclopedia.html @@ -238,9 +238,6 @@

Initial Conditions

TEST_SRCDIRabsolute path to the base of the runfiles treerequired TEST_TOTAL_SHARDStotal shard count, if sharding is usedoptional TEST_TMPDIRabsolute path to a private writable directoryrequired - TEST_UNDECLARED_OUTPUTS_DIRabsolute path to a private writable directory (used to write undeclared test outputs)optional - TEST_UNDECLARED_OUTPUTS_ANNOTATIONS_DIRabsolute path to a private writable directory (used to write undeclared test output annotation .part files). - optional TEST_WARNINGS_OUTPUT_FILEabsolute path to a private file in a writable directory (used to write test target warnings)optional TESTBRIDGE_TEST_ONLYvalue of --test_filter, if specifiedoptional