From 00bb27fceadcdf7e3680be55dae3e6f4fab9d596 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Mon, 27 Jan 2014 20:05:01 +0400 Subject: [PATCH] Don't run fixtured DB on go1.1. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index c9d59f43..42430c92 100644 --- a/Makefile +++ b/Makefile @@ -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