[Cppunit-devel] Patch to ask user before exiting cppunit
Brought to you by:
blep
From: Philippe L. <phi...@ca...> - 2002-04-24 23:54:19
|
Hi all, I created a patch to cppunit (cvs version) that allows one to specify -a = (or --ask) to the DllPluginTesterd.exe program. The idea is that I've added DllPluginTesterD.exe as an external tool and = with this option I get to see the output before the windows exits :) = Sometimes just getting 1, is not enough to find out what the error is. The only thing it does is it asks you to press enter before it exits = under normal conditions. Phil PS Man it's hard to find a way to implement 'press any key'. I have to = specify 'press enter'. Stupid istream... |