Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update web-platform-tests #18756

Merged
merged 9 commits into from Oct 5, 2017

Minimal changes to get WPT tests running on Windows.

  • Loading branch information
jdm authored and Ms2ger committed Oct 4, 2017
commit c1c60beda19df23631a6b6ff87ef67e17a22e22b
@@ -280,8 +280,10 @@ def exe_path(name):
return

path = find_executable(name)
if os.access(path, os.X_OK):
if path and os.access(path, os.X_OK):
return path
else:
return None


def check_args(kwargs):
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.