summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-10-09 01:18:11 +0200
committerCarl Hetherington <cth@carlh.net>2020-10-13 18:51:11 +0200
commitdff52ef3335bae5f04654ccca2e4c27742f9f80c (patch)
tree4d389fccfbc8a1e6a4f35e1b8290797bb0574dd5
parent365d2b1468dbc3649426ad5408fee8da2a8db23c (diff)
Fix deprecation warning from cdist.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 2e52267cd..dc8e34e41 100644
--- a/cscript
+++ b/cscript
@@ -739,7 +739,7 @@ def make_manual(target):
target.command('pdflatex colour.tex')
return [os.path.abspath('pdf'), os.path.abspath('html'), os.path.abspath('colour.pdf')]
-def test(target, test):
+def test(target, options, test):
if target.platform != 'windows':
target.set('LC_ALL', 'C')
cmd = 'run/tests '