cvs commit: ports/Tools/portbuild/scripts processonelog
Joe Marcus Clarke
marcus at FreeBSD.org
Tue Feb 3 21:32:01 PST 2004
marcus 2004/02/03 21:31:52 PST
FreeBSD ports repository
Modified files:
Tools/portbuild/scripts processonelog
Log:
Fix up the ordering and remove some duplicates so the resulting summary is
more accurate:
* The tests for "Cannot stat", "can't cd", and "tar command failed" are moved
to the bottom. This will sacrifice a little bit of performance for a gain
in accuracy
* The tests for "configuration errors" needed to be combined and tweaked to
better identify errors that are architecture-specific (usuallly the
"all pointers are ints" assumption)
* The detection of chown was buggy
* There were some duplicate test cases
* As an experiment, another test for dependency problems is added
PR: 61914
Submitted by: linimon
Revision Changes Path
1.3 +27 -23 ports/Tools/portbuild/scripts/processonelog
More information about the cvs-ports
mailing list