Revision: 7945
          http://sourceforge.net/p/ipcop/svn/7945
Author:   owes
Date:     2015-03-23 06:35:56 +0000 (Mon, 23 Mar 2015)
Log Message:
-----------
Fix running tests

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

Modified: ipcop/trunk/lfs/glib
===================================================================
--- ipcop/trunk/lfs/glib        2015-03-22 13:22:55 UTC (rev 7944)
+++ ipcop/trunk/lfs/glib        2015-03-23 06:35:56 UTC (rev 7945)
@@ -109,8 +109,7 @@
        cd $(DIR_APP) && make install
 ifeq "$(RUNNING_TEST)" "yes"
        # TZDIR is required or glib search to /usr/share/zoneinfo not 
/usr/share/zoneinfo/posix
-       # Continue testing on error with -k
-       -cd $(DIR_APP); make -j 1 -k check TZDIR=/usr/share/zoneinfo/posix &> 
$(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
+       -cd $(DIR_APP); make -j 1 check TZDIR=/usr/share/zoneinfo/posix &> 
$(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
 endif
 
        rm -f 
/usr/lib/lib{gio-2.0,glib-2.0,gmodule-2.0,gobject-2.0,gthread-2.0}.la

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