Skip to content

Commit

Permalink
Merge pull request #2273 from rust-lang/tshepang-patch-1
Browse files Browse the repository at this point in the history
use new terminology
  • Loading branch information
jieyouxu authored Mar 10, 2025
2 parents 5c28a54 + 1d3b59f commit 6ae1d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ collection.

The test results are cached and previously successful tests are `ignored` during
testing. The stdout/stderr contents as well as a timestamp file for every test
can be found under `build/<target-triple>/test/` for the given
`<target-triple>`. To force-rerun a test (e.g. in case the test runner fails to
can be found under `build/<target-tuple>/test/` for the given
`<target-tuple>`. To force-rerun a test (e.g. in case the test runner fails to
notice a change) you can use the `--force-rerun` CLI option.

> **Note on requirements of external dependencies**
Expand Down

0 comments on commit 6ae1d4d

Please sign in to comment.