* Scripts/webkitpy/performance_tests/perftestsrunner.py:
(PerfTestsRunner.__init__):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@105592
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-01-22 Ryosuke Niwa <rniwa@webkit.org>
+
+ Windows python test build fix.
+
+ * Scripts/webkitpy/performance_tests/perftestsrunner.py:
+ (PerfTestsRunner.__init__):
+
2012-01-22 Sergio Villar Senin <svillar@igalia.com>
[GTK] DumpRenderTree converts "file:///" to a path differently
self._host._initialize_scm()
self._printer = printing.Printer(self._port, self._options, regular_output, buildbot_output, configure_logging=False)
self._webkit_base_dir_len = len(self._port.webkit_base())
- self._base_path = self._host.filesystem.join(self._port.webkit_base(), self._perf_tests_base_dir)
+ self._base_path = self._port.perf_tests_dir()
self._results = {}
self._timestamp = time.time()