Title: [107144] trunk/Tools
Revision
107144
Author
rn...@webkit.org
Date
2012-02-08 15:57:48 -0800 (Wed, 08 Feb 2012)

Log Message

Build fix attempt after r107053.

* Scripts/webkitpy/performance_tests/perftestsrunner_unittest.py:
(test_collect_tests):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (107143 => 107144)


--- trunk/Tools/ChangeLog	2012-02-08 23:48:18 UTC (rev 107143)
+++ trunk/Tools/ChangeLog	2012-02-08 23:57:48 UTC (rev 107144)
@@ -1,3 +1,10 @@
+2012-02-08  Ryosuke Niwa  <rn...@webkit.org>
+
+        Build fix attempt after r107053.
+
+        * Scripts/webkitpy/performance_tests/perftestsrunner_unittest.py:
+        (test_collect_tests):
+
 2012-02-08  Adam Barth  <aba...@webkit.org>
 
         Remove simplejson because it's no longer used by webkitpy

Modified: trunk/Tools/Scripts/webkitpy/performance_tests/perftestsrunner_unittest.py (107143 => 107144)


--- trunk/Tools/Scripts/webkitpy/performance_tests/perftestsrunner_unittest.py	2012-02-08 23:48:18 UTC (rev 107143)
+++ trunk/Tools/Scripts/webkitpy/performance_tests/perftestsrunner_unittest.py	2012-02-08 23:57:48 UTC (rev 107144)
@@ -316,7 +316,7 @@
         add_file('test1.html')
         add_file('test2.html')
         add_file('test3.html')
-        runner._host.filesystem.chdir(runner._port.webkit_base())
+        runner._host.filesystem.chdir(runner._port.perf_tests_dir()[:runner._port.perf_tests_dir().rfind(runner._host.filesystem.sep)])
         tests = [runner._port.relative_perf_test_filename(test) for test in runner._collect_tests()]
         self.assertEqual(sorted(tests), ['test1.html', 'test2.html'])
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to