diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-02 14:02:44 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-02 14:02:44 +0000 |
| commit | 6d15d74a604ce198454975b6eee04d4adffe1bd6 (patch) | |
| tree | 529e867a77f68d913f7f16bf7d96b349dfbe0197 /cscript | |
| parent | 2fdca32e0a520f8e93a1e80c320e92765b7cc13d (diff) | |
Try to fix test runner from cscript.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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') |
