aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules
diff options
context:
space:
mode:
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.