From 72f5aae74ec878d46f2988b00cdd9e497945a11a Mon Sep 17 00:00:00 2001 From: w0rp Date: Mon, 15 May 2017 20:49:22 +0100 Subject: [PATCH] Update the Makefile so tests will run correctly --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 86ac17d9..40c2045e 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ SHELL := /usr/bin/env bash -IMAGE ?= w0rp/ale +IMAGE ?= w0rp/ale:30a9967dbdb1 CURRENT_IMAGE_ID = 30a9967dbdb1 DOCKER_FLAGS = --rm -v $(PWD):/testplugin -v $(PWD)/test:/home "$(IMAGE)" tests = test/*.vader test/*/*.vader test/*/*/*.vader test/*/*/*/*.vader test-setup: docker images -q w0rp/ale | grep ^$(CURRENT_IMAGE_ID) > /dev/null || \ - docker pull $(IMAGE) + docker pull w0rp/ale vader: test-setup @:; \