From f94a5960d4fc4e183229e0a1275964e25f55ae4f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 31 Oct 2016 16:35:47 +0000 Subject: Fix cscript for newer version. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 7b53b9ee..f2cac017 100644 --- a/cscript +++ b/cscript @@ -25,7 +25,7 @@ def make_doxygen(target): target.command('doxygen') return os.path.abspath('build/doc/html') -def test(target): +def test(target, test): if target.platform != 'windows': target.set('LC_ALL', 'C') target.command('run/tests') -- cgit v1.2.3