On 9/29/06, Jonathan Rockway <[EMAIL PROTECTED]> wrote:
I don't have nmake around to see what that does...
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0xff' Stop. "Error" is a common string, but only in English :/ I think the "tee"
mechanism needs to be rethought -- maybe a small wrapper around make that gets the exit code and prints "makewrapper: *** MAKE FAILED WITH CODE 123!"?
The wrapper is an interesting idea -- that could just be a command line that's handed off for teeing. Right now, the fallback is that I run test.plagain to capture the exit code if I can't detect a failure for other reasons. E.g. if t/*.t had a failure and there is also a test.pl, I don't rerun test.pl. Regards, David Golden