Prevent workspace cleaning after make error
Tools for developing and testing and submitting FreeBSD ports
Status: Alpha
Brought to you by:
skolobov
In porttools 0.77, the test sub-command includes a "-C" (do not clean after) option. However, this option is not honored if there is a make error during port testing.
I maintain some ports where I want to prevent workspace cleaning after a make error so I can manually create a directory and then proceed with the test. This patch implements that fix.
Regards,
Greg Larkin
Patch to honor -C option after make error in "port test" command