Revision: 5047
http://ipcop.svn.sourceforge.net/ipcop/?rev=5047&view=rev
Author: gespinasse
Date: 2010-10-21 05:52:07 +0000 (Thu, 21 Oct 2010)
Log Message:
-----------
Workaround the env-4.{3,4,5} failure if LANG is set on the host
Modified Paths:
--------------
ipcop/trunk/lfs/tcl
Modified: ipcop/trunk/lfs/tcl
===================================================================
--- ipcop/trunk/lfs/tcl 2010-10-20 20:31:39 UTC (rev 5046)
+++ ipcop/trunk/lfs/tcl 2010-10-21 05:52:07 UTC (rev 5047)
@@ -89,7 +89,9 @@
ifeq "$(RUNNING_TEST)" "yes"
# If you have error on those tests http.test httpold.test socket.test
# check host machine with uname -n, hostname -f, hostname -i
- # Have 3 env errors on ubuntu-10.04 for unidentified reason
+ # Before 8.5.9, LANG is not on the keep list for env.test and test pass.
+ # env-4.{3,4,5} fail if LANG is set on the host, so remove LANG from the keep list
+ cd $(DIR_APP) && sed -i 's/ SECURITYSESSIONID LANG/ SECURITYSESSIONID/' tests/env.test
-cd $(DIR_APP)/unix && TZ=UTC make test &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|