| 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 98d126651cbce338087ec4df0a9873c534fd0947..7a46810a1c1ca7ef45675f096020f85eba98bddc 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
|
| @@ -507,7 +507,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
|
|
|