Return invalid libraries only for library test (#14030)

This commit is contained in:
Ed Reel
2026-01-03 17:39:09 -06:00
committed by GitHub
parent 7b2ea372f5
commit 7d7c347acb
3 changed files with 13 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ require 'etc'
require 'open3'
OLD_CREW_VERSION = defined?(CREW_VERSION) ? CREW_VERSION : '1.0'
CREW_VERSION = '1.70.0' unless defined?(CREW_VERSION) && CREW_VERSION == OLD_CREW_VERSION
CREW_VERSION = '1.70.1' unless defined?(CREW_VERSION) && CREW_VERSION == OLD_CREW_VERSION
# Kernel architecture.
KERN_ARCH = Etc.uname[:machine]