Commit d3bf02a4 authored by Denis Bilenko's avatar Denis Bilenko

update testrunner.py to exec stat.py

parent 0e99d918
......@@ -521,7 +521,7 @@ def main():
testrunner(options, args)
finally:
if show_results:
os.system('%s %s %s' % (sys.executable, os.path.join(base_directory, 'util', 'runteststat.py'), show_results))
os.system('%s %s %s' % (sys.executable, os.path.join(base_directory, 'util', 'stat.py'), show_results))
def log(message, *args):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment