On 09/20/2011 01:24 AM, Frédéric Delanoy wrote:
You might want to do a single "@echo off" at the start of the .cmd file. Echoing every command in the .exp isn't very helpful: you don't want to replicate the .cmd contents in the .exp file.
I did that on purpose. It makes figuring out problems *way* easier. I hate counting lines in the .exp file just to see which test was failing. However, if that's a blocking point for getting the patches applied, it will be no problem to change that.
Martin