summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-02 14:02:44 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-02 14:02:44 +0000
commit6d15d74a604ce198454975b6eee04d4adffe1bd6 (patch)
tree529e867a77f68d913f7f16bf7d96b349dfbe0197 /cscript
parent2fdca32e0a520f8e93a1e80c320e92765b7cc13d (diff)
Try to fix test runner from cscript.
Diffstat (limited to 'cscript')
-rw-r--r--cscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/cscript b/cscript
index 1c09b0433..540c069a1 100644
--- 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')