~jamesodhunt/snappy/log+syslog-logging

« back to all changes in this revision

Viewing changes to run-checks

  • Committer: Snappy Tarmac
  • Author(s): James Hunt
  • Date: 2015-03-05 12:43:07 UTC
  • mfrom: (211.2.1 snappy)
  • Revision ID: snappy_tarmac-20150305124307-max155u55i5oswgv
* Run tests in verbose mode and report coverage statistics. by jamesodhunt approved by mvo

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
# tests
32
32
echo Running tests from $(pwd)
33
 
go test ./...
 
33
go test -v -cover ./...
34
34
 
35
35
 
36
36
# go vet