@cryptotaxi247 / kubo / commits / 480184faf

document TEST_IMMEDIATE in test/sharness/README.md

License: MIT Signed-off-by: keks <keks@cryptoscope.co>

keks committed Sep 19, 2018 at 13:29 UTC 480184fafa12d727ca615786f20d883d88782f33
1 file changed +7
test/sharness/README.md
+7
@@ -16,6 +16,13 @@ The usual ipfs env flags also apply:
16 IPFS_LOGGING=debug TEST_VERBOSE=1 make
17 ```
18
19 +To make the tests abort as soon as an error occurs, use the TEST_IMMEDIATE env variable:
20 +
21 +```sh
22 +# this will abort as soon the first error occurs
23 +TEST_IMMEDIATE=1 make
24 +```
25 +
26 ## Running just one test
27
28 You can run only one test script by launching it like a regular shell