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

Unified Diff: tko/site_parse

Issue 6758040: Add new site parser based off on generate_test_report. (Closed) Base URL: ssh://gitrw.chromium.org:9222/autotest.git@master
Patch Set: Switch to json Created 9 years, 9 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
« no previous file with comments | « tko/parsers/version_0.py ('k') | tko/site_parse.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tko/site_parse
diff --git a/tko/site_parse b/tko/site_parse
new file mode 100755
index 0000000000000000000000000000000000000000..61f4d20284b223871ea6ee9749e5016754de5b8c
--- /dev/null
+++ b/tko/site_parse
@@ -0,0 +1,5 @@
+#!/usr/bin/python -u
+
+import common
+from autotest_lib.tko import site_parse
+site_parse.main()
« no previous file with comments | « tko/parsers/version_0.py ('k') | tko/site_parse.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698