From dff52ef3335bae5f04654ccca2e4c27742f9f80c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 9 Oct 2020 01:18:11 +0200 Subject: Fix deprecation warning from cdist. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ' -- cgit v1.2.3