X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=cscript;h=9e7ba447dc863c9c5ed9f80719ea47e6de4b1a85;hb=9121eb64810e39ba356d4a1b723a720adc82c096;hp=1d206dbfd94f96af21596c21a86261ea77fc57a0;hpb=3a0fba174d25c7be461b4714b5ab8bd1fcf81ed8;p=dcpomatic.git diff --git a/cscript b/cscript index 1d206dbfd..9e7ba447d 100644 --- a/cscript +++ b/cscript @@ -737,11 +737,11 @@ def make_manual(target): def test(target, options, test): target.set('LC_ALL', 'C') if target.platform == 'windows': - cmd = 'run\\tests' + cmd = 'run\\tests ' else: cmd = 'run/tests ' if target.debug: cmd += '--backtrace ' if test is not None: - cmd += '--run_test=%s' % test + cmd += '-t %s' % test target.command(cmd)