Remove deprecation warning from cdist.
authorCarl Hetherington <cth@carlh.net>
Wed, 20 Apr 2022 21:42:10 +0000 (23:42 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 4 May 2022 17:37:38 +0000 (19:37 +0200)
cscript

diff --git a/cscript b/cscript
index fd625204fede397527ebe174115cc94a8e82256d..84fa6111ab5d687df82200d3d93c5ba242829f2d 100644 (file)
--- 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: