summaryrefslogtreecommitdiffstats
path: root/Tools/waf_unit_test.py
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-03-17 17:23:45 +0100
committerDavid Robillard <d@drobilla.net>2019-03-17 17:24:02 +0100
commite7a29b6b9b2f842314244c23c14d8f8f560904e1 (patch)
treed2dcbaf61f3749f73dc7a5e10d3fc6cd5e6e129a /Tools/waf_unit_test.py
parent8280f9de69f93624896b8875caf039066cac0314 (diff)
downloadautowaf-e7a29b6b9b2f842314244c23c14d8f8f560904e1.tar.gz
autowaf-e7a29b6b9b2f842314244c23c14d8f8f560904e1.tar.bz2
autowaf-e7a29b6b9b2f842314244c23c14d8f8f560904e1.zip
Upgrade to waf 2.0.15
Diffstat (limited to 'Tools/waf_unit_test.py')
-rw-r--r--Tools/waf_unit_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/waf_unit_test.py b/Tools/waf_unit_test.py
index a71ed1c..74d6c05 100644
--- a/Tools/waf_unit_test.py
+++ b/Tools/waf_unit_test.py
@@ -205,7 +205,7 @@ class utest(Task.Task):
return self.exec_command(self.ut_exec)
def exec_command(self, cmd, **kw):
- Logs.debug('runner: %r', cmd)
+ self.generator.bld.log_command(cmd, kw)
if getattr(Options.options, 'dump_test_scripts', False):
script_code = SCRIPT_TEMPLATE % {
'python': sys.executable,