Skip to content

Commit

Permalink
make 'make ct' more verbose to give output to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel Pikula committed Sep 24, 2015
1 parent 7a4ea6d commit 6b91e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ reload_dev: quick_compile
rsync -uW ./apps/ejabberd/ebin/*beam ./dev/mongooseim_node1/lib/$$E/ebin/ ;\

ct: deps quick_compile
@if [ "$(SUITE)" ]; then ./rebar ct suite=$(SUITE) skip_deps=true;\
else ./rebar ct skip_deps=true; fi
@if [ "$(SUITE)" ]; then ./rebar -v ct suite=$(SUITE) skip_deps=true;\
else ./rebar -v ct skip_deps=true; fi

# This compiles and runs one test suite. For quick feedback/TDD.
# Example:
Expand Down

0 comments on commit 6b91e33

Please sign in to comment.