Unreviewed build fix.
* Scripts/webkitpy/common/config/ports.py:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@197834
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2016-03-08 Alexey Proskuryakov <ap@apple.com>
+
+ Fix iOS Simulator EWS.
+
+ Unreviewed build fix.
+
+ * Scripts/webkitpy/common/config/ports.py:
+
2016-03-08 Aakash Jain <aakash_jain@apple.com>
Booting multiple iOS simulator parallely fails sometimes
command.append("--sdk=iphonesimulator")
return command
+ def run_webkit_tests_command(self, build_style=None):
+ command = super(IOSSimulatorWK2Port, self).run_webkit_tests_command(build_style)
+ command.append("--ios-simulator")
+ return command
class MacPort(DeprecatedPort):
port_flag_name = "mac"