mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
document TEST_IMMEDIATE in test/sharness/README.md
License: MIT Signed-off-by: keks <keks@cryptoscope.co>
This commit is contained in:
parent
aa7494b0b7
commit
480184fafa
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user