Skip to content

Commit b5ee986

Browse files
authored
Disable terminal logger experience for dotnet test in manual tests. (#100333)
1 parent 5fe1a56 commit b5ee986

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)