Update cscript for new cdist.
authorCarl Hetherington <cth@carlh.net>
Fri, 22 Jul 2016 09:57:50 +0000 (10:57 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 22 Jul 2016 09:57:50 +0000 (10:57 +0100)
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')