Skip to content

Commit

Permalink
document TEST_IMMEDIATE in test/sharness/README.md
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
  • Loading branch information
keks authored and Stebalien committed Sep 19, 2018
1 parent aa7494b commit 480184f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/sharness/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 480184f

Please sign in to comment.