diff --git a/test/make/check_so_deps.sh b/test/make/check_so_deps.sh index a42c68338..e6bd5aa2c 100755 --- a/test/make/check_so_deps.sh +++ b/test/make/check_so_deps.sh @@ -2,7 +2,7 @@ shopt -s extglob function get_git_tag() { - git -C "${1:-$rootdir}" describe --tags --abbrev=0 + git -C "${1:-$rootdir}" describe --tags --abbrev=0 --exclude=LTS } if [ "$(uname -s)" = "FreeBSD" ]; then