diff options
-rw-r--r-- | ci/common/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/common/build.sh b/ci/common/build.sh index 654dd8aa66..8e9b2f8ebb 100644 --- a/ci/common/build.sh +++ b/ci/common/build.sh @@ -84,7 +84,7 @@ build_nvim() { fi # Invoke nvim to trigger *San early. - if ! (bin/nvim --version && bin/nvim -u NONE -e -cq | cat -A) ; then + if ! (bin/nvim --version && bin/nvim -u NONE -e -cq | cat -vet) ; then check_sanitizer "${LOG_DIR}" exit 1 fi |