| 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
|
|
|