summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-06-14 14:09:44 +0100
committerCarl Hetherington <cth@carlh.net>2016-06-14 14:09:44 +0100
commitb86d99bcf4f588b4f07f94bd14f44d559072f384 (patch)
treeef90a61e9f2e8e6d81a04cfd8048d9631b09d0ca /cscript
parent3bd7e5fb638e7e1084b20de2d4c74fad61434eb1 (diff)
Fix tab/whitespace error.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index d84ff9aa..bb88d552 100644
--- a/cscript
+++ b/cscript
@@ -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)