mirror of https://github.com/golang/go.git
Resolves #46024: doc about 'shuffle' testing flag
This commit is contained in:
parent
e0d029f758
commit
01c0291711
|
|
@ -659,7 +659,7 @@ Do not send CLs removing the interior tags from such phrases.
|
|||
<dl id="testing"><dt><a href="/pkg/testing/">testing</a></dt>
|
||||
<dd>
|
||||
<p><!-- CL 310033 -->
|
||||
TODO: <a href="https://golang.org/cl/310033">https://golang.org/cl/310033</a>: add -shuffle=off|on|N to alter the execution order of tests and benchmarks
|
||||
Added a new <a href="/cmd/go/#hdr-Testing_flags"></a>testing flag</a> <code>-shuffle</code> which alters the execution order of tests and benchmarks.
|
||||
</p>
|
||||
|
||||
<p><!-- CL 260577 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue