diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-20 23:42:10 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-04 19:37:38 +0200 |
| commit | 5316c4b7ba275dc6a8f4d2179dd22ad3c8dc42b5 (patch) | |
| tree | 95a3a787b2402a5562db70499d5d3a4a7241f699 /cscript | |
| parent | f5fce24373ce75459374ba03254d56691b914aba (diff) | |
Remove deprecation warning from cdist.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
