Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1151)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/test.py

Issue 2454323004: Make layout test harness extensible with custom layout tests directory (Closed)
Patch Set: move apache config to Tools/Scripts Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/test.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/test.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/test.py
index 8837f3f9fe579ce9b2eac1dbcd9578e670d279b3..2d058a14b41dc1b1626d5ab496b6055e5c2a1eaf 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/test.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/test.py
@@ -520,7 +520,7 @@ class TestPort(Port):
return "/usr/sbin/httpd"
def path_to_apache_config_file(self):
- return self._filesystem.join(self.layout_tests_dir(), 'http', 'conf', 'httpd.conf')
+ return self._filesystem.join(self.apache_config_directory(), 'httpd.conf')
def path_to_generic_test_expectations_file(self):
return self._generic_expectations_path

Powered by Google App Engine
This is Rietveld 408576698