You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TESTGUIDE.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -352,7 +352,7 @@ <h3>Running Tests</h3>
352
352
353
353
<p><code>RunTests.cmd</code> sets a handful of environment variables which allow for the tests to work, then puts together and executes the appropriate command line to start the specified test suite.
354
354
355
-
<p>All test execution logs and result files will be dropped into the<code>tests</code> folder, and have file names matching<code>FSharp_*.*</code>,<code>FSharpQA_*.*</code>,<code>CoreUnit_*.*</code>,<code>IDEUnit_*.*</code>.
355
+
<p>All test execution logs and result files will be dropped into the<code>tests\TestResults</code> folder, and have file names matching<code>FSharp_*.*</code>,<code>FSharpQA_*.*</code>,<code>CoreUnit_*.*</code>,<code>IDEUnit_*.*</code>.
356
356
357
357
<p>For the FSharp and FSharpQA suites, the list of test areas and their associated "tags" is stored at