summaryrefslogtreecommitdiff
path: root/run-tests
diff options
context:
space:
mode:
authorHoracio Sanson <hsanson@gmail.com>2021-08-08 22:06:58 +0900
committerGitHub <noreply@github.com>2021-08-08 22:06:58 +0900
commita793db7399e786b8c882b10e6a8540718d5cdbf1 (patch)
tree1109c513a94df4891e0f26e8d4fc6c128dc8d76d /run-tests
parentcc34310a99ece2a1bb8d626f77436e53d43fa18b (diff)
downloadale-a793db7399e786b8c882b10e6a8540718d5cdbf1.zip
Fix 3865 - Disable scriptencoding vint error. (#3866)
- Add .vintrc.yaml configuration that disables the scriptencoding check (ProhibitMissingScriptEncoding) that is raised randomly. - Upgrade vint to 0.3.21. Project seems to have stopped here and 0.4.0 was never released. - Ensure the run-test scripts use the correct docker image (e.g. add tag) . Co-authored-by: Horacio Sanson <horacio@allm.inc>
Diffstat (limited to 'run-tests')
-rwxr-xr-xrun-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests b/run-tests
index 21ca5769..6cfa3fae 100755
--- a/run-tests
+++ b/run-tests
@@ -17,7 +17,7 @@ fi
git_version=$(git describe --always --tags)
# Used in all test scripts for running the selected Docker image.
-DOCKER_RUN_IMAGE="$image"
+DOCKER_RUN_IMAGE="$image:$image_tag"
export DOCKER_RUN_IMAGE
tests='test/*.vader test/*/*.vader test/*/*/*.vader test/*/*/*.vader'