Skip to content

Commit

Permalink
Prevent .swp files from causing the tests to hang in Vim 8
Browse files Browse the repository at this point in the history
  • Loading branch information
w0rp committed Aug 22, 2017
1 parent 9d3bda4 commit 47a8ebc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 47a8ebc

Please sign in to comment.