summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-06-19 22:48:59 +0100
committerCarl Hetherington <cth@carlh.net>2016-06-19 22:48:59 +0100
commit5a77646bf70c5fdfc39210035a7c3c3de43e89ed (patch)
tree8b62aaac89ef9e281e11691cbd19aaeb3ade435e /cscript
parent6825d70ae8310faa064c8d39cb20c77d5d02c8b9 (diff)
Fix tab/space confusion.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index db9cf87..2b9e817 100644
--- a/cscript
+++ b/cscript
@@ -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)