aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2017-04-18 09:15:53 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-04-18 13:57:56 +0000
commita0481b9f3fe41ac5cb1ea9eb6bd55b0e38661434 (patch)
tree730d42a5566f2b69f19c0551886aee6bfcd7e566 /infra/bots/recipe_modules
parent7a17b2ffab593cad518a1a4dd372316c342f7b21 (diff)
Use new recipes.py test command
Bug: skia: Change-Id: I669e96bb62ce7c91ef40f48d01bca55128db5016 Reviewed-on: https://skia-review.googlesource.com/13688 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/recipe_modules')
-rw-r--r--infra/bots/recipe_modules/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/bots/recipe_modules/README.md b/infra/bots/recipe_modules/README.md
index 4ed9632eaf..5093ff0e35 100644
--- a/infra/bots/recipe_modules/README.md
+++ b/infra/bots/recipe_modules/README.md
@@ -19,7 +19,7 @@ infra/bots/recipes). They are all Skia-specific and some are interrelated:
When you change a recipe module, you generally need to re-train the simulation
test:
- $ python infra/bots/recipes.py simulation_test train
+ $ python infra/bots/recipes.py test run --train
Or:
@@ -32,4 +32,4 @@ Each recipe module contains a few files:
recipe modules on which this module depends.
* example.py - Optional, this file contains examples which demonstrate how to
use the module and should contain enough tests to achieve 100% coverage
- for the module. The tests are run using the simulation_test command above.
+ for the module. The tests are run using the recipes test command above.