Bug 200745 - perl modules regression-test target strange or bug
Summary: perl modules regression-test target strange or bug
Status: Closed Not A Bug
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-09 21:15 UTC by oklaspec
Modified: 2015-06-13 17:10 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.