Add reference link to expected schema for $XML_OUTPUT_FILE in the Test Environment for Bazel.
Fixes https://github.com/bazelbuild/bazel/issues/2280
RELNOTES:
PiperOrigin-RevId: 306887410
diff --git a/site/docs/test-encyclopedia.html b/site/docs/test-encyclopedia.html
index a3a41ea..4672f26 100644
--- a/site/docs/test-encyclopedia.html
+++ b/site/docs/test-encyclopedia.html
@@ -258,7 +258,15 @@
<tr><td><code>TZ</code></td><td><code>UTC</code></td><td>required</td></tr>
<tr><td><code>USER</code></td><td>value of <code>getpwuid(getuid())->pw_name</code></td><td>required</td></tr>
- <tr><td><code>XML_OUTPUT_FILE</code></td><td>Location of the <code>ANT</code>-like XML output file</td><td>optional</td></tr>
+ <tr>
+ <td><code>XML_OUTPUT_FILE</code></td>
+ <td>Location of the test result XML output file.
+ The XML schema is based on the
+ <a href="https://windyroad.com.au/dl/Open%20Source/JUnit.xsd">JUnit test result
+ schema</a>.
+ </td>
+ <td>optional</td>
+ </tr>
</tbody>
</table>
<br>