mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-07 22:20:24 +00:00
Don't run fixtured DB on go1.1.
This commit is contained in:
@@ -46,7 +46,9 @@ check:
|
|||||||
golint .
|
golint .
|
||||||
|
|
||||||
system-test:
|
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
|
if [ ! -e ~/aptly-fixture-db ]; then git clone https://github.com/aptly-dev/aptly-fixture-db.git ~/aptly-fixture-db/; fi
|
||||||
|
endif
|
||||||
go install
|
go install
|
||||||
PATH=$(BINPATH):$(PATH) python system/run.py --long
|
PATH=$(BINPATH):$(PATH) python system/run.py --long
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user