From f0127f0c33e207ed4884d9d18821d4e5c433ad36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Fri, 12 Jan 2018 10:51:40 -0300 Subject: [PATCH] Minor fix on string 58. --- TESTGUIDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TESTGUIDE.md b/TESTGUIDE.md index 1945d3edd6..408e49d987 100644 --- a/TESTGUIDE.md +++ b/TESTGUIDE.md @@ -55,7 +55,7 @@ For the FSharpQA suite, the list of test areas and their associated "tags" is st tests\fsharpqa\source\test.lst // FSharpQA suite -Tags are in the left column, paths to to corresponding test folders are in the right column. If no tags are specifie, all tests will be run. +Tags are in the left column, paths to to corresponding test folders are in the right column. If no tags are specified, all tests will be run. If you want to re-run a particular test area, the easiest way to do so is to set a temporary tag for that area in test.lst (e.g. "RERUN") and then pass that as an argument to `build.cmd`: `build.cmd test-net40-fsharpqa include RERUN`. @@ -65,7 +65,7 @@ These are all NUnit tests. You can execute these tests individually via the Visu extension or the command line via `nunit3-console.exe`. Note that for compatibility reasons, the IDE unit tests should be run in a 32-bit process, -using the '--x86' flag to `nunit3-console.exe` +using the `--x86` flag to `nunit3-console.exe`