diff --git a/tests-build/README.md b/tests-build/README.md index b6b54d23e98..68d92ace051 100644 --- a/tests-build/README.md +++ b/tests-build/README.md @@ -6,5 +6,5 @@ To run all of the tests in this directory, run the following commands: cargo test --features full cargo test --features rt ``` -If one of the tests fail, you can pass `TRYBUILD=overwrite` to the `cargo test` +If any of the tests fail, you can pass `TRYBUILD=overwrite` to the `cargo test` command that failed to have it regenerate the test output.