summaryrefslogtreecommitdiff
path: root/run-tests
diff options
context:
space:
mode:
Diffstat (limited to 'run-tests')
-rwxr-xr-xrun-tests3
1 files changed, 3 insertions, 0 deletions
diff --git a/run-tests b/run-tests
index eb398d0d..316eb6c9 100755
--- a/run-tests
+++ b/run-tests
@@ -82,6 +82,9 @@ if [ $# -ne 0 ]; then
tests="$*"
fi
+# Delete .swp files in the test directory, which cause Vim 8 to hang.
+find test -name '*.swp' -delete
+
docker images -q w0rp/ale | grep "^$CURRENT_IMAGE_ID" > /dev/null \
|| docker pull "$IMAGE"