Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
481c19ac
Commit
481c19ac
authored
Jan 04, 2015
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sharness: note in makefile describing TEST_VERBOSE
parent
3510a827
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
test/Makefile
test/Makefile
+2
-0
test/README.md
test/README.md
+13
-0
No files found.
test/Makefile
View file @
481c19ac
...
...
@@ -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
...
...
test/README.md
View file @
481c19ac
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment