Try to fix test runner from cscript.
authorCarl Hetherington <cth@carlh.net>
Mon, 2 Dec 2013 14:02:44 +0000 (14:02 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 2 Dec 2013 14:02:44 +0000 (14:02 +0000)
cscript

diff --git a/cscript b/cscript
index 1c09b043321ae4690543fc3145bd66a2add90835..540c069a1e8eb64c0ae2bb40d4f673e3088d4050 100644 (file)
--- a/cscript
+++ b/cscript
@@ -185,4 +185,5 @@ def make_manual(target):
     return [os.path.abspath('pdf'), os.path.abspath('html'), os.path.abspath('colour.pdf')]
 
 def test(target):
+    target.set('LC_ALL', 'C')
     target.command('run/tests')