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

Unified Diff: scripts/slave/recipe_modules/test_results/resources/README.md

Issue 2411763002: Rename upload_gtest_test_results.py to upload_test_results.py. (Closed)
Patch Set: Update README.md 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: scripts/slave/recipe_modules/test_results/resources/README.md
diff --git a/scripts/slave/recipe_modules/test_results/resources/README.md b/scripts/slave/recipe_modules/test_results/resources/README.md
index 85ad5a2a2b273f280cf3886e5a681fd9742279cf..e5d6f9f7b0670637c7a0a1152baaf4939f4165cb 100644
--- a/scripts/slave/recipe_modules/test_results/resources/README.md
+++ b/scripts/slave/recipe_modules/test_results/resources/README.md
@@ -1,5 +1,6 @@
-Tool to upload gtest-based json test results to test-results.appspot.com in the
-correct format. This is executed by the containing recipe\_module as a
+Tool to upload test results to test-results.appspot.com in the
+correct format. Supported test input format are gtest-based json and full json
+test results format. This is executed by the containing recipe\_module as a
subprocess and should be used in recipes after gtest json has been generated.
Most of this code was originally in build/scripts/slave/gtest.
@@ -9,8 +10,8 @@ module dependencies.
Example usage:
- ./upload_gtest_test_results.py
- --test-type=webkit_tests --input-gtest-json=/tmp/gtest_input.json
+ ./upload_test_results.py
+ --test-type=webkit_tests --input-json=/tmp/gtest_input.json
--master-name=chromium.webkit --build-number=2257
--builder-name='WebKit Win7 (dbg)'
--chrome-revision=344402

Powered by Google App Engine
This is Rietveld 408576698