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

Useful scripts for interacting with WPT logs #24841

Merged
merged 10 commits into from Nov 23, 2019
Prev

Fix visual indent error.

  • Loading branch information
jdm committed Nov 22, 2019
commit 41d1ecac64c4c36e6bd232a016143692843dfa92
@@ -35,8 +35,8 @@
thread = None
else:
if ("action" in entry and
entry["action"] == "test_start" and
entry["test"] == sys.argv[2]):
entry["action"] == "test_start" and
entry["test"] == sys.argv[2]):
thread = entry["thread"]
print(json.dumps(entry))
elif (full_search and
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.