[Buildbot-commits] buildbot/buildbot/test __init__.py,1.1,1.2
Brian Warner
warner at users.sourceforge.net
Wed Apr 5 18:10:39 UTC 2006
Update of /cvsroot/buildbot/buildbot/buildbot/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5420/buildbot/test
Modified Files:
__init__.py
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-477
Creator: Brian Warner <warner at lothar.com>
add some windows fixes from Niklaus Giger
* buildbot/test/__init__.py: set $LANG to 'C', to insure that
spawned commands emit parseable results in english and not some
other language. Patch from Niklaus Giger.
* README (INSTALLATION): discourage users from running unit tests on
a "network drive", patch from Niklaus Giger.
Index: __init__.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/test/__init__.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- __init__.py 8 Jan 2004 20:05:24 -0000 1.1
+++ __init__.py 5 Apr 2006 18:10:36 -0000 1.2
@@ -0,0 +1,4 @@
+import os
+
+# We do not want to be bother with output in exotic languages!
+os.environ['LANG']='C'
More information about the Commits
mailing list