summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
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)