Skip to content

Commit

Permalink
Fix make test
Browse files Browse the repository at this point in the history
  • Loading branch information
shaleman committed Jan 26, 2016
1 parent 133fdf2 commit 7a2fea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -15,7 +15,7 @@ start: update
stop:
vagrant destroy -f

test: start
test: start build
vagrant ssh node1 -c 'cd /opt/gopath/src/github.com/contiv/objdb && make host-test'

host-build:
Expand All @@ -24,4 +24,4 @@ host-build:

host-test:
godep go test -v ./ ./modeldb
go test -bench=. -run "Benchmark"
godep go test -bench=. -run "Benchmark"

0 comments on commit 7a2fea2

Please sign in to comment.