From: Tony Lambregts tony_lambregts@telusplanet.net
runtests.bat>>result.txt 2>&1 does not work on Windows 98 and it is not
likely to work on any Win9x.
I wondered if the problem was output going to stderr. I had not had
a chance to take a good look at it. Is there anyway to tell the *test
programs* (i.e. not the script) to send output elsewhere, such as
stdout? If not it should be added. Then piping to a file should work
without any special incantations in Windows. This is significant to me
now, as I am taking up Win98SE testing.
Is there any reason that I should not put a patch together that changes the
calls to stderr to stdout?
--
Tony Lambregts
This would certainly work for me.