Revision: 6098 http://ipcop.svn.sourceforge.net/ipcop/?rev=6098&view=rev Author: gespinasse Date: 2011-11-17 07:25:37 +0000 (Thu, 17 Nov 2011) Log Message: ----------- Add more perl tests sed and yes hacks on Makefile.PL still should be checked a day if the are really needed
Modified Paths: -------------- ipcop/trunk/lfs/Digest-HMAC ipcop/trunk/lfs/Digest-SHA1 ipcop/trunk/lfs/Net-SSLeay ipcop/trunk/lfs/NetAddr-IP ipcop/trunk/lfs/URI ipcop/trunk/lfs/libwww-perl Modified: ipcop/trunk/lfs/Digest-HMAC =================================================================== --- ipcop/trunk/lfs/Digest-HMAC 2011-11-17 07:20:21 UTC (rev 6097) +++ ipcop/trunk/lfs/Digest-HMAC 2011-11-17 07:25:37 UTC (rev 6098) @@ -85,6 +85,9 @@ cd $(DIR_APP) && sed -i "s%,'y'%,'n'%" Makefile.PL cd $(DIR_APP) && yes 'n' | perl Makefile.PL cd $(DIR_APP) && make +ifeq "$(RUNNING_TEST)" "yes" + -cd $(DIR_APP) && make test TEST_VERBOSE=1 &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log +endif cd $(DIR_APP) && make install @rm -rf $(DIR_APP) Modified: ipcop/trunk/lfs/Digest-SHA1 =================================================================== --- ipcop/trunk/lfs/Digest-SHA1 2011-11-17 07:20:21 UTC (rev 6097) +++ ipcop/trunk/lfs/Digest-SHA1 2011-11-17 07:25:37 UTC (rev 6098) @@ -85,6 +85,9 @@ cd $(DIR_APP) && sed -i "s%,'y'%,'n'%" Makefile.PL cd $(DIR_APP) && yes 'n' | perl Makefile.PL cd $(DIR_APP) && make +ifeq "$(RUNNING_TEST)" "yes" + -cd $(DIR_APP) && make test TEST_VERBOSE=1 &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log +endif cd $(DIR_APP) && make install @rm -rf $(DIR_APP) Modified: ipcop/trunk/lfs/Net-SSLeay =================================================================== --- ipcop/trunk/lfs/Net-SSLeay 2011-11-17 07:20:21 UTC (rev 6097) +++ ipcop/trunk/lfs/Net-SSLeay 2011-11-17 07:25:37 UTC (rev 6098) @@ -85,6 +85,9 @@ cd $(DIR_APP) && sed -i "s%,'y'%,'n'%" Makefile.PL cd $(DIR_APP) && yes 'n' | perl Makefile.PL cd $(DIR_APP) && make +ifeq "$(RUNNING_TEST)" "yes" + -cd $(DIR_APP) && make test TEST_VERBOSE=1 &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log +endif cd $(DIR_APP) && make install @rm -rf $(DIR_APP) Modified: ipcop/trunk/lfs/NetAddr-IP =================================================================== --- ipcop/trunk/lfs/NetAddr-IP 2011-11-17 07:20:21 UTC (rev 6097) +++ ipcop/trunk/lfs/NetAddr-IP 2011-11-17 07:25:37 UTC (rev 6098) @@ -84,6 +84,9 @@ cd $(DIR_APP) && perl Makefile.PL cd $(DIR_APP) && make +ifeq "$(RUNNING_TEST)" "yes" + -cd $(DIR_APP) && make test TEST_VERBOSE=1 &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log +endif cd $(DIR_APP) && make install @rm -rf $(DIR_APP) Modified: ipcop/trunk/lfs/URI =================================================================== --- ipcop/trunk/lfs/URI 2011-11-17 07:20:21 UTC (rev 6097) +++ ipcop/trunk/lfs/URI 2011-11-17 07:25:37 UTC (rev 6098) @@ -84,6 +84,9 @@ cd $(DIR_APP) && yes 'n' | perl Makefile.PL cd $(DIR_APP) && make +ifeq "$(RUNNING_TEST)" "yes" + -cd $(DIR_APP) && make test TEST_VERBOSE=1 &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log +endif cd $(DIR_APP) && make install @rm -rf $(DIR_APP) Modified: ipcop/trunk/lfs/libwww-perl =================================================================== --- ipcop/trunk/lfs/libwww-perl 2011-11-17 07:20:21 UTC (rev 6097) +++ ipcop/trunk/lfs/libwww-perl 2011-11-17 07:25:37 UTC (rev 6098) @@ -84,6 +84,9 @@ cd $(DIR_APP) && perl Makefile.PL -n cd $(DIR_APP) && make +ifeq "$(RUNNING_TEST)" "yes" + -cd $(DIR_APP) && make test TEST_VERBOSE=1 &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log +endif cd $(DIR_APP) && make install @rm -rf $(DIR_APP) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn