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 3f57576..8c90300 100644
--- a/cscript
+++ b/cscript
@@ -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')