CVSROOT: /cvs
Module name: ports
Changes by: [EMAIL PROTECTED] 2008/08/20 04:33:50
Modified files:
infrastructure/mk: bsd.port.mk cpan.port.mk
Log message:
Redirect regression output so we get the actual exit code instead of the
last one in the pipe to make sure failed regression tests don't bake a
cookie when REGRESS_LOG is set (default).
Also redirect stderr to regress log and introduce REGRESS_STATUS_IGNORE
variable so post-regress targets like found in cpan.port.mk can do the
actual failure detection.
Problem noticed by bluhm@, latching of exit code suggested by steven@
Testing, feedback and ok on earlier version by bluhm@, 'go for it' espie@