Commit 481c19ac authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

sharness: note in makefile describing TEST_VERBOSE

parent 3510a827
......@@ -4,6 +4,8 @@
# MIT Licensed; see the LICENSE file in this repository.
#
# NOTE: run with TEST_VERBOSE=1 for verbose sharness tests.
T = $(sort $(wildcard t[0-9][0-9][0-9][0-9]-*.sh))
SHARNESS = lib/sharness/sharness.sh
RANDOMSRC = Godeps/_workspace/src/github.com/jbenet/go-random/random
......
......@@ -3,6 +3,19 @@
## Running all the tests
Just use `make` in this directory to run all the tests.
Run with `TEST_VERBOSE=1` to get helpful verbose output.
```
TEST_VERBOSE=1 make
```
The usual ipfs env flags also apply:
```sh
# the output will make your eyes bleed
IPFS_LOGGING=debug TEST_VERBOSE=1 make
```
## Running just one test
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment