diff options
author | w0rp <devw0rp@gmail.com> | 2017-04-02 22:57:29 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-04-02 22:57:29 +0100 |
commit | 927ee79026cffd50d888aa1edbe277d98d262a43 (patch) | |
tree | 5c4b0f19ce56038ae9aea53750efc93915d672e8 /Makefile | |
parent | e7aa079982db45a3029ef0a0c435783164f2d43a (diff) | |
download | ale-927ee79026cffd50d888aa1edbe277d98d262a43.zip |
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.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |