This patch solves the regression test problem just fine. -Trevor
... But without going so far, the patch at the end of this message should fix the problem. At least it fixes the broke version I made by adding \r's in gtp.c.
Trevor, could you try this?
Dan
diff -u -N -r -x *.info* -x *Makefile* ./regression/regress.awk
../gnugo-2.7.252/gnugo-2.7.251/regression/regress.awk
--- ./regression/regress.awk Thu Apr 26 00:45:53 2001 +++ ../gnugo-2.7.252/gnugo-2.7.251/regression/regress.awk Sun Aug 19
15:12:50 2001
@@ -15,6 +15,7 @@ }
/^[=?][0-9]+ /{
- sub(/\r/, ""); sub(/^[=?]/, ""); num = $1; sub(/^[0-9]+ */, "");