diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-22 10:57:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-22 10:57:50 +0100 |
| commit | 8bdbeb17890d3d7a58473dc2caa4824e91411c8b (patch) | |
| tree | 84d53f87e7f04928db1336c0fe28a40681fb051b | |
| parent | c1348c5292a65e40f36277099c4e49c3d9556191 (diff) | |
Update cscript for new cdist.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ def build(target, options): target.command(cmd) target.command('./waf build install') -def test(target): +def test(target, test): if target.platform != 'windows': target.set('LC_ALL', 'C') target.command('./run-tests.sh') |
