Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1237)

Unified Diff: third_party/WebKit/Tools/Scripts/sync-w3c-tests

Issue 2439153002: Script for exporting WPT (Closed)
Patch Set: Add more cases to check for in local/remote WPT branches Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Tools/Scripts/sync-w3c-tests
diff --git a/third_party/WebKit/Tools/Scripts/sync-w3c-tests b/third_party/WebKit/Tools/Scripts/sync-w3c-tests
new file mode 100755
index 0000000000000000000000000000000000000000..9a0655f83a1209eb8fb731261220b9b5d9166de6
--- /dev/null
+++ b/third_party/WebKit/Tools/Scripts/sync-w3c-tests
@@ -0,0 +1,8 @@
+#!/usr/bin/env python
+
+import sys
+from webkitpy.w3c import sync
+
+
+# sys.exit(sync.main(sys.argv[1:], sys.stdout, sys.stderr))
+sys.exit(sync.main())

Powered by Google App Engine
This is Rietveld 408576698