summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 2e52267cd..dc8e34e41 100644
--- a/cscript
+++ b/cscript
@@ -739,7 +739,7 @@ def make_manual(target):
target.command('pdflatex colour.tex')
return [os.path.abspath('pdf'), os.path.abspath('html'), os.path.abspath('colour.pdf')]
-def test(target, test):
+def test(target, options, test):
if target.platform != 'windows':
target.set('LC_ALL', 'C')
cmd = 'run/tests '