diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-19 22:48:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-19 22:48:59 +0100 |
| commit | 5a77646bf70c5fdfc39210035a7c3c3de43e89ed (patch) | |
| tree | 8b62aaac89ef9e281e11691cbd19aaeb3ade435e /cscript | |
| parent | 6825d70ae8310faa064c8d39cb20c77d5d02c8b9 (diff) | |
Fix tab/space confusion.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,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) |
