Commit 194ae154 authored by Elly Fong-Jones's avatar Elly Fong-Jones Committed by Commit Bot

blink: use php7 for web tests on 10.14

php5 is unsupported, same as 10.13.

Bug: 892187
Change-Id: I52bc19b4f6ea8408093b7fcc61f6fe5153c984fd
Reviewed-on: https://chromium-review.googlesource.com/c/1335947Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#608349}
parent 5f5f1f8f
...@@ -95,7 +95,7 @@ class MacPort(base.Port): ...@@ -95,7 +95,7 @@ class MacPort(base.Port):
def path_to_apache_config_file(self): def path_to_apache_config_file(self):
config_file_basename = 'apache2-httpd-' + self._apache_version() config_file_basename = 'apache2-httpd-' + self._apache_version()
if self.host.platform.os_version == 'mac10.13': if self.host.platform.os_version in ['mac10.13', 'mac10.14']:
config_file_basename += '-php7' config_file_basename += '-php7'
return self._filesystem.join(self.apache_config_directory(), config_file_basename + '.conf') return self._filesystem.join(self.apache_config_directory(), config_file_basename + '.conf')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment