diff options
author | A. Jesse Jiryu Davis <jesse@mongodb.com> | 2022-02-07 15:54:14 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-02-07 19:37:24 +0000 |
commit | 1b130329e1b4cc243fc809ae5e852a2eb8878e7a (patch) | |
tree | e28cc1466ae6ad0a1821874e63d1ad8d09d8dcfb /evergreen | |
parent | cebfa751cb5db526fcba92dc2c1a69ed507a075b (diff) | |
download | mongo-1b130329e1b4cc243fc809ae5e852a2eb8878e7a.tar.gz |
SERVER-63108 Rename Versioned API to Stable API
Diffstat (limited to 'evergreen')
-rwxr-xr-x | evergreen/check_idl_compat.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evergreen/check_idl_compat.sh b/evergreen/check_idl_compat.sh index 4498641cd89..0fb71452e9c 100755 --- a/evergreen/check_idl_compat.sh +++ b/evergreen/check_idl_compat.sh @@ -7,7 +7,7 @@ set -o errexit set -o verbose activate_venv -$python buildscripts/idl/check_versioned_api_commands_have_idl_definitions.py -v --include src --include src/mongo/db/modules/enterprise/src --installDir dist-test/bin 1 +$python buildscripts/idl/check_stable_api_commands_have_idl_definitions.py -v --include src --include src/mongo/db/modules/enterprise/src --installDir dist-test/bin 1 $python buildscripts/idl/checkout_idl_files_from_past_releases.py -v idls find idls -maxdepth 1 -mindepth 1 -type d | while read dir; do echo "Performing idl check compatibility with release: $dir:" |