Revision: 7426
          http://sourceforge.net/p/ipcop/svn/7426
Author:   owes
Date:     2014-04-06 06:44:22 +0000 (Sun, 06 Apr 2014)
Log Message:
-----------
Allow test to fail. lib/Benchmark sometime fail.

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

Modified: ipcop/trunk/lfs/perl
===================================================================
--- ipcop/trunk/lfs/perl        2014-04-06 06:43:13 UTC (rev 7425)
+++ ipcop/trunk/lfs/perl        2014-04-06 06:44:22 UTC (rev 7426)
@@ -153,7 +153,8 @@
 ifeq "$(RUNNING_TEST)" "yes"
        # hostname configuration needed to pass lib/Net/t/hostname test is made 
on lfs/fix-up
        # op/rand.t may fail 0.1 % of the time : sorry, restart
-       cd $(DIR_APP) && make -j 1 test &> 
$(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
+       # lib/Benchmark can fail if machine load changes during test
+       -cd $(DIR_APP) && make -j 1 test &> 
$(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
 endif
 endif
 

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


------------------------------------------------------------------------------
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to