Skip to content

Commit 7a2fea2

Browse files
committed
Fix make test
1 parent 133fdf2 commit 7a2fea2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ start: update
1515
stop:
1616
vagrant destroy -f
1717

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

2121
host-build:
@@ -24,4 +24,4 @@ host-build:
2424

2525
host-test:
2626
godep go test -v ./ ./modeldb
27-
go test -bench=. -run "Benchmark"
27+
godep go test -bench=. -run "Benchmark"

0 commit comments

Comments
 (0)