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: src/libraries/System.Console/tests/ManualTests/Readme.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ To run the suite, follow these steps:
6
6
1. Build the CLR and libraries.
7
7
2. Using a terminal, navigate to the current folder.
8
8
3. Enable manual testing by defining the `MANUAL_TESTS` environment variable (e.g. on bash `export MANUAL_TESTS=true`).
9
-
4. Run `dotnet test` and follow the instructions in the command prompt.
9
+
4. Disable terminal logger output for dotnet test by setting `MSBUILDENSURESTDOUTFORTASKPROCESSES=1` environment variable. (e.g. on bash `export MSBUILDENSURESTDOUTFORTASKPROCESSES=1`).
10
+
5. Run `dotnet test` and follow the instructions in the command prompt.
0 commit comments