Update the test suite so it uses the latest Docker image, and use Bourne shell for most tests, so weird shell issues are easier to catch.

This commit is contained in:
w0rp
2017-04-02 22:57:29 +01:00
parent e7aa079982
commit 927ee79026
3 changed files with 10 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
SHELL := /usr/bin/env bash
IMAGE ?= w0rp/ale
CURRENT_IMAGE_ID = 82334204724d
CURRENT_IMAGE_ID = 26d48d06e5e8
DOCKER_FLAGS = --rm -v $(PWD):/testplugin -v $(PWD)/test:/home "$(IMAGE)"
tests = test/*.vader test/*/*.vader test/*/*/*.vader test/*/*/*/*.vader