diff options
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ def make_doxygen(target): def test(target, test): if target.platform != 'windows': target.set('LC_ALL', 'C') - if test is None: + if test is None: target.command('run/tests') else: target.command('run/tests --run_test=%s' % test) |
