summaryrefslogtreecommitdiff
path: root/evergreen/check_idl_compat.sh
diff options
context:
space:
mode:
authorRichard Samuels <richard.l.samuels@gmail.com>2022-04-08 13:50:25 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-04-08 14:27:40 +0000
commit0d9705653d904bed75b06f77eba2a5e9af2b3a7d (patch)
tree4657e027db6c13012bb71f7ceb9c689efd677682 /evergreen/check_idl_compat.sh
parentd96b46e0430d0fe4ce82264e2924df9ed505a5c6 (diff)
downloadmongo-0d9705653d904bed75b06f77eba2a5e9af2b3a7d.tar.gz
SERVER-62992 Remove need for resmoke.ini
Diffstat (limited to 'evergreen/check_idl_compat.sh')
-rwxr-xr-xevergreen/check_idl_compat.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/evergreen/check_idl_compat.sh b/evergreen/check_idl_compat.sh
index 0fb71452e9c..afa9c3f3239 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_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/check_stable_api_commands_have_idl_definitions.py -v --install-dir dist-test/bin --include src --include src/mongo/db/modules/enterprise/src 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:"