提交 480184fa 作者: keks 提交者: Steven Allen

document TEST_IMMEDIATE in test/sharness/README.md

License: MIT
Signed-off-by: 's avatarkeks <keks@cryptoscope.co>
上级 aa7494b0
......@@ -16,6 +16,13 @@ The usual ipfs env flags also apply:
IPFS_LOGGING=debug TEST_VERBOSE=1 make
```
To make the tests abort as soon as an error occurs, use the TEST_IMMEDIATE env variable:
```sh
# this will abort as soon the first error occurs
TEST_IMMEDIATE=1 make
```
## Running just one test
You can run only one test script by launching it like a regular shell
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论