aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2018-05-23 14:07:39 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-05-23 14:09:31 -0700
commit7c501fc5c28adee8e9735c7c12cad863fb497778 (patch)
treece5149f4a44cb9c862a3a33be4d9a9116ff14b44
parent2d53deee92ed6134e861ab6d0a8a0355510bb57d (diff)
Remove colspan=2 from test encyclopedia entry.
Was creating an extra column that stuck out from the rest. PiperOrigin-RevId: 197785920
-rw-r--r--CONTRIBUTORS1
-rw-r--r--site/docs/test-encyclopedia.html2
2 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 768dbb5910..3d0f809e3e 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -104,3 +104,4 @@ Yun Peng <pcloudy@google.com>
Dmitry Babkin <dbabkin@google.com>
Klaus Aehlig <aehlig@google.com>
Robin Nabel <rnabel@ucdavis.edu>
+Jonathan Dierksen <dierksen@google.com>
diff --git a/site/docs/test-encyclopedia.html b/site/docs/test-encyclopedia.html
index ddfcd4fd2c..e5bb0bda90 100644
--- a/site/docs/test-encyclopedia.html
+++ b/site/docs/test-encyclopedia.html
@@ -226,7 +226,7 @@ test unless the user explicitly requests it.</p>
<tr><td><code>TEST_PREMATURE_EXIT_FILE</code></td><td>absolute path to a private file in a writable directory (used for catching calls to exit())</td><td>optional</td></tr>
<tr>
<td><code>TEST_RANDOM_SEED</code></td>
- <td colspan="2">If the <code class='flag'>--runs_per_test</code> option is used, TEST_RANDOM_SEED
+ <td>If the <code class='flag'>--runs_per_test</code> option is used, TEST_RANDOM_SEED
is set to the <var>run number</var> (starting with 1) for each individual test run.</td>
<td>optional</td>
</tr>