aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/README.md
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/recipes/README.md
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/recipes/README.md')
-rw-r--r--infra/bots/recipes/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/infra/bots/recipes/README.md b/infra/bots/recipes/README.md
index 69dab23460..41d51bce80 100644
--- a/infra/bots/recipes/README.md
+++ b/infra/bots/recipes/README.md
@@ -13,13 +13,13 @@ key/value pairs in the command.
When you change a recipe, 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:
$ cd infra/bots; make train
-The simulation_test generates expectations files for the tests contained within
-each recipe which illustrate which steps would run, given a particular set of
-inputs. Pay attention to the diffs in these files when making changes to ensure
-that your change has the intended effect.
+The test generates expectations files for the tests contained within each
+recipe which illustrate which steps would run, given a particular set of inputs.
+Pay attention to the diffs in these files when making changes to ensure that
+your change has the intended effect.