From a793db7399e786b8c882b10e6a8540718d5cdbf1 Mon Sep 17 00:00:00 2001 From: Horacio Sanson Date: Sun, 8 Aug 2021 22:06:58 +0900 Subject: 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 --- run-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run-tests') 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' -- cgit v1.2.3