Ignore shellcheck error in run-vader-tests

This commit is contained in:
w0rp 2023-02-13 04:43:45 +00:00
parent ab7757b532
commit c3f9bccb8c
No known key found for this signature in database
GPG Key ID: 0FC1ECAA8C81CD83
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ while [ "$tries" -lt 5 ]; do
exit_code=0
set -o pipefail
# shellcheck disable=SC2086
docker run -a stderr -e VADER_OUTPUT_FILE=/dev/stderr "${docker_flags[@]}" \
"/vim-build/bin/$vim" -u test/vimrc ${headless} \
"+Vader! $tests" 2>&1 | filter-vader-output | color-vader-output || exit_code=$?