Add fixture pool creation from GitHub for system tests.

This commit is contained in:
Andrey Smirnov
2014-02-12 17:24:35 +04:00
parent 2557c41d49
commit d4fb5853cc
+1
View File
@@ -49,6 +49,7 @@ 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
if [ ! -e ~/aptly-fixture-pool ]; then git clone https://github.com/aptly-dev/aptly-fixture-pool.git ~/aptly-fixture-pool/; fi
go install
PATH=$(BINPATH):$(PATH) python system/run.py --long