1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-29 01:12:24 +08:00

sharness: note in makefile describing TEST_VERBOSE

This commit is contained in:
Juan Batiz-Benet
2015-01-04 22:29:35 -08:00
parent 3510a8278c
commit 481c19ac23
2 changed files with 15 additions and 0 deletions

View File

@ -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

View File

@ -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