This repository was archived by the owner on Jan 10, 2025. It is now read-only.
Commit c151a18
authored
[TouchRunner] Print test output to the console. (#75)
Updated versions of NUnit will capture Console.Out during a test run. We want
to show it in the Console, so write it there when the test has finished.
I couldn't find a way to tell NUnit to not capture Console.Out in the first place.1 parent 74fbc3f commit c151a18
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
497 | 501 | | |
498 | 502 | | |
499 | 503 | | |
| |||
0 commit comments