Update cscript for new cdist.
[libcxml.git] / cscript
diff --git a/cscript b/cscript
index 3f575760374b78c238d07eac472aeedb2505a627..8c90300621922a2c2c88006f5895f0aa4e3d18c2 100644 (file)
--- 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')