Skip to content

Commit 623d8f3

Browse files
nohwndmichaelgsharp
authored andcommitted
Disable terminal logger experience for dotnet test in manual tests. (dotnet#100333)
1 parent 46843b6 commit 623d8f3

File tree

1 file changed

+2
-1
lines changed
  • src/libraries/System.Console/tests/ManualTests

1 file changed

+2
-1
lines changed

src/libraries/System.Console/tests/ManualTests/Readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ To run the suite, follow these steps:
66
1. Build the CLR and libraries.
77
2. Using a terminal, navigate to the current folder.
88
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.
1011

1112
## Instructions for Windows testers
1213

0 commit comments

Comments
 (0)