summaryrefslogtreecommitdiff
path: root/deps/v8/tools/testrunner/standard_runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/tools/testrunner/standard_runner.py')
-rwxr-xr-xdeps/v8/tools/testrunner/standard_runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/tools/testrunner/standard_runner.py b/deps/v8/tools/testrunner/standard_runner.py
index bd5df9b482..bf7d3f133d 100755
--- a/deps/v8/tools/testrunner/standard_runner.py
+++ b/deps/v8/tools/testrunner/standard_runner.py
@@ -282,7 +282,7 @@ class StandardTestRunner(base_runner.BaseTestRunner):
print '>>> Running with test processors'
loader = LoadProc()
tests_counter = TestsCounter()
- results = ResultsTracker()
+ results = self._create_result_tracker(options)
indicators = self._create_progress_indicators(options)
outproc_factory = None