Re: libgo patch committed: If using DejaGNU, don't frob log file

2013-02-11 Thread Mike Stump
On Feb 9, 2013, at 3:19 PM, Ian Lance Taylor wrote: > If the libgo testsuite is using DejaGNU, there is no need to frob the > log file to make it look like DejaGNU output. Bootstrapped and ran Go > testsuite on x86_64-unknown-linux-gnu (without DejaGNU). Committed to > mainline. > > Ian ENOPAT

libgo patch committed: If using DejaGNU, don't frob log file

2013-02-09 Thread Ian Lance Taylor
If the libgo testsuite is using DejaGNU, there is no need to frob the log file to make it look like DejaGNU output. Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu (without DejaGNU). Committed to mainline. Ian