mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
test(old): don't check for $CLANG_SANITIZER (#25432)
Functional tests don't check for an environment variable before printing ASAN logs, so oldtests shouldn't either.
This commit is contained in:
@ -85,7 +85,5 @@ valgrind_check() {
|
||||
}
|
||||
|
||||
check_sanitizer() {
|
||||
if test -n "${CLANG_SANITIZER}"; then
|
||||
check_logs "${1}" "*san.*" | cat
|
||||
fi
|
||||
check_logs "${1}" "*san.*"
|
||||
}
|
||||
|
Reference in New Issue
Block a user