Don't run fixtured DB on go1.1.

This commit is contained in:
Andrey Smirnov
2014-01-27 20:05:01 +04:00
parent b571e4d79b
commit 00bb27fcea

View File

@@ -46,7 +46,9 @@ check:
golint .
system-test:
ifeq ($(GOVERSION), go1.2)
if [ ! -e ~/aptly-fixture-db ]; then git clone https://github.com/aptly-dev/aptly-fixture-db.git ~/aptly-fixture-db/; fi
endif
go install
PATH=$(BINPATH):$(PATH) python system/run.py --long