From 8bdbeb17890d3d7a58473dc2caa4824e91411c8b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 22 Jul 2016 10:57:50 +0100 Subject: [PATCH] Update cscript for new cdist. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- 2.30.2