From 5316c4b7ba275dc6a8f4d2179dd22ad3c8dc42b5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 20 Apr 2022 23:42:10 +0200 Subject: Remove deprecation warning from cdist. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index fd625204..84fa6111 100644 --- a/cscript +++ b/cscript @@ -88,7 +88,7 @@ def make_doxygen(target): target.command('doxygen') return os.path.abspath('build/doc/html') -def test(target, test): +def test(target, options, test): target.set('LC_ALL', 'C') cmd = 'run\\tests ' if target.platform == 'windows' else 'run/tests ' if test is not None: -- cgit v1.2.3