From 86b0860463791df47a8d0f5f661b173c6e05d1ee Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Fri, 27 Jun 2014 23:53:37 +0400 Subject: [PATCH] Enable system tests fixture under go1.3 as well. #72 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df3f35a9..686c09b3 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ install: $(GOM) build -o $(BINPATH)/aptly system-test: install -ifeq ($(GOVERSION),$(filter $(GOVERSION),go1.2 go1.2.1 devel)) +ifeq ($(GOVERSION),$(filter $(GOVERSION),go1.2 go1.2.1 go1.3 devel)) 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