We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add8f6b commit 54dea31Copy full SHA for 54dea31
.evergreen/scripts/abi-compliance-check.sh
@@ -20,7 +20,7 @@ current="$(cat VERSION_CURRENT)-${today:?}+git${head_commit:?}" # e.g. 2.3.4-dev
20
base=$(cat etc/prior_version.txt) # e.g. 1.2.3
21
22
# Double-check we are testing against the same API major version.
23
-if [[ "${base_verdir:?}" != 1.* ]]; then
+if [[ "${base:?}" != 1.* ]]; then
24
echo "API major version mismatch: base version is ${base:?} but current version is ${current:?}" >&2
25
exit 1
26
fi
0 commit comments