| 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
|
|
|