summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-04-15 12:52:25 +0100
committerw0rp <devw0rp@gmail.com>2017-04-15 12:52:25 +0100
commit2f009690c3cf442f828830cc1d2fece619f308ff (patch)
tree5df599ac6272bb650c0608ecc70752abad8cd92d /Makefile
parentcab68cba250fb81a4d20ffd637925a708bb46e8a (diff)
downloadale-2f009690c3cf442f828830cc1d2fece619f308ff.zip
Fix the custom-checks script, and check for more problems
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7d7c629c..86ac17d9 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ test: test-setup
echo 'Custom warnings/errors follow:'; \
echo; \
set -o pipefail; \
- docker run -a stdout $(DOCKER_FLAGS) /testplugin/custom-checks /testplugin | sed s:^/testplugin/:: || EXIT=$$?; \
+ docker run -v $(PWD):/testplugin "$(IMAGE)" /testplugin/custom-checks /testplugin | sed s:^/testplugin/:: || EXIT=$$?; \
set +o pipefail; \
echo; \
exit $$EXIT;