Skip to content

Commit

Permalink
Test Encyclopedia: Document TEST_WORKSPACE behavior
Browse files Browse the repository at this point in the history
It's now unconditionally set by Bazel, however not documented as such.

RELNOTES: none
PiperOrigin-RevId: 247986215
  • Loading branch information
Googler authored and copybara-github committed May 13, 2019
1 parent 8df3d19 commit 5b17d5f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions site/docs/test-encyclopedia.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,6 @@ <h3>Initial Conditions</h3>
<tr><td><code>TEST_SRCDIR</code></td><td>absolute path to the base of the runfiles tree</td><td>required</td></tr>
<tr><td><code>TEST_TOTAL_SHARDS</code></td><td>total shard count, if sharding is used</td><td>optional</td></tr>
<tr><td><code>TEST_TMPDIR</code></td><td>absolute path to a private writable directory</td><td>required</td></tr>
<tr><td><code>TEST_UNDECLARED_OUTPUTS_DIR</code></td><td>absolute path to a private writable directory (used to write undeclared test outputs)</td><td>optional</td></tr>
<tr><td><code>TEST_UNDECLARED_OUTPUTS_ANNOTATIONS_DIR</code></td><td>absolute path to a private writable directory (used to write undeclared test output annotation .part files).

</td><td>optional</td></tr>
<tr><td><code>TEST_WARNINGS_OUTPUT_FILE</code></td><td>absolute path to a private file in a writable directory (used to write test target warnings)</td><td>optional</td></tr>
<tr><td><code>TESTBRIDGE_TEST_ONLY</code></td><td>value of <a href="user-manual.html#flag--test_filter"><code>--test_filter</code></a>, if specified</td><td>optional</td></tr>
Expand Down

0 comments on commit 5b17d5f

Please sign in to comment.