From d4fb5853cc513d024c2f16bf9b7c5332f3c0a9ec Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Wed, 12 Feb 2014 17:24:35 +0400 Subject: [PATCH] Add fixture pool creation from GitHub for system tests. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 75f04d3a..6cc7b45b 100644 --- a/Makefile +++ b/Makefile @@ -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