summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-04-20 23:42:10 +0200
committerCarl Hetherington <cth@carlh.net>2022-05-04 19:37:38 +0200
commit5316c4b7ba275dc6a8f4d2179dd22ad3c8dc42b5 (patch)
tree95a3a787b2402a5562db70499d5d3a4a7241f699 /cscript
parentf5fce24373ce75459374ba03254d56691b914aba (diff)
Remove deprecation warning from cdist.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
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: