Bug 200745

Summary: perl modules regression-test target strange or bug
Product: Ports & Packages Reporter: oklaspec
Component: Ports FrameworkAssignee: Port Management Team <portmgr>
Status: Closed Not A Bug    
Severity: Affects Some People CC: ports-bugs
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description oklaspec 2015-06-09 21:15:25 UTC
The default implementation of regression-test in port make subsystem create wrong or strange execution command. As effect of this, all tests skipped in some cases, but finally result of tests is passed. 

Problem appear at module p5-Minilla see bug #200515, comment #3.

To reproduce:
cd devel/p5-Minilla,
comment or remove 'regression-test' target in devel/p5-Minilla/Makefile
and run command:
make regression-test

Will see that all tests skipped, uncomment back 'regression-test' target, than tests will work.
Comment 1 Mathieu Arnold freebsd_committer freebsd_triage 2015-06-12 20:56:51 UTC
There is no devel/p5-Minilla.  Do you have an example that actually exists ?
Comment 2 oklaspec 2015-06-13 17:10:27 UTC
Not a FreeBSD concerning bug. There is no '.gitconfig' in home directory reassigned by port make subsystem bring tests to skipped state.