diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-14 14:09:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-14 14:09:44 +0100 |
| commit | b86d99bcf4f588b4f07f94bd14f44d559072f384 (patch) | |
| tree | ef90a61e9f2e8e6d81a04cfd8048d9631b09d0ca /cscript | |
| parent | 3bd7e5fb638e7e1084b20de2d4c74fad61434eb1 (diff) | |
Fix tab/whitespace error.
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) |
