mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
Enable verbose output from retest
This commit is contained in:
parent
e632b7b185
commit
d22c1b1ab2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -38,6 +38,6 @@ deps:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@$(REBAR) eunit
|
@$(REBAR) eunit
|
||||||
@$(RETEST) inttest
|
@$(RETEST) -v inttest
|
||||||
|
|
||||||
travis: clean debug xref clean all deps test
|
travis: clean debug xref clean all deps test
|
||||||
|
|
Loading…
Reference in a new issue