[Cppunit-devel] [slightly OT] output to dos shell
Brought to you by:
blep
From: Michael F. <mf...@mi...> - 2001-10-25 15:45:20
|
I was trying to output test results to standard output so that the Master Build can detect a failure or success; similar to JUnit's test runner. However, VC++ 6.0 seems to eat standard-output. Anything I try to send out, does not show up when I try to launch the application from a command line. How can I get some text results to show up when I run the MFC application from the command line? (I am using M. Feather's version of CPPUnit, but I knew there were a lot of people familiar with xUnit and VC++ here.) Thank you. Michael |