From 6d15d74a604ce198454975b6eee04d4adffe1bd6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 2 Dec 2013 14:02:44 +0000 Subject: Try to fix test runner from cscript. --- cscript | 1 + 1 file changed, 1 insertion(+) (limited to 'cscript') 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') -- cgit v1.2.3