Skip to content

Commit 36179fb

Browse files
gaventomark-i-m
authored andcommitted
Add info on test result caching
1 parent 066ba9e commit 36179fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/tests/running.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ a very long time, and anyway bors / travis will do it for you. (Often,
1313
I will run this command in the background after opening a PR that I
1414
think is done, but rarely otherwise. -nmatsakis)
1515

16+
The test results are cached and previously successfull tests are
17+
`ignored` during testing. The stdout/stderr contents as well as a
18+
timestamp file for every test can be found under `build/ARCH/test/`.
19+
To force-rerun a test (e.g. in case the test runner fails to notice
20+
a change) you can simply remove the timestamp file.
21+
1622
## Running a subset of the test suites
1723

1824
When working on a specific PR, you will usually want to run a smaller

0 commit comments

Comments
 (0)