Revision: 7948
          http://sourceforge.net/p/ipcop/svn/7948
Author:   owes
Date:     2015-03-23 06:38:52 +0000 (Mon, 23 Mar 2015)
Log Message:
-----------
Fix wget testsuite

Modified Paths:
--------------
    ipcop/trunk/lfs/wget

Modified: ipcop/trunk/lfs/wget
===================================================================
--- ipcop/trunk/lfs/wget        2015-03-23 06:38:15 UTC (rev 7947)
+++ ipcop/trunk/lfs/wget        2015-03-23 06:38:52 UTC (rev 7948)
@@ -92,6 +92,8 @@
 
        cd $(DIR_APP) && make -j $(PARALLELISM)
 ifeq "$(RUNNING_TEST)" "yes"
+       # --post-file testcase uses --debug which we do not support
+       cd $(DIR_APP) && sed -i -e 's/ -d / /' tests/Test--post-file.px
        -cd $(DIR_APP) && make check -C tests &> 
$(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
 endif
        cd $(DIR_APP) && make install

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to