Comment 6 for bug 605034

Revision history for this message
Charlie Poole (charlie.poole) wrote :

A partial fix is in for NUnit 2.6. We'll think about further improvements for 3.0.

For 2.6, the log capture no longer takes place when using the console runner. Since the console runner doesn't do anything with the captured output, it was really never needed anyway. Now we only capture log output if the package contains a setting indicating that it should be captured. Only the Gui creates that setting. For good measure, I did the same with trace output.