This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [CFARM] Automatic bootstrap & check of each svn commit on the GCC Compile Farm
On Mon, 2006-01-23 at 11:25 -0800, Mike Stump wrote:
> On Jan 23, 2006, at 11:15 AM, Laurent GUERBY wrote:
> > Is there an existing script that does such a diff? (In SVN or on
> > someone favourite test machine :).
>
> Gotta love previously solved problems...
>
> contrib/compare_tests
Thanks, I would have been surprised if it did not exist :).
Right now I'm archiving output from configure, make bootstrap, make -k
check. I'll add find build -name '*.sum' to that for this script.
Any other file I should be keeping around after the build is completed?
Laurent