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 4ac299f commit d58b385Copy full SHA for d58b385
.evergreen/run-tests.sh
@@ -183,8 +183,8 @@ if [ -n "$TEST_ENCRYPTION" ]; then
183
python -m pip install boto3
184
fi
185
pushd ${DRIVERS_TOOLS}/.evergreen/csfle
186
- python -u lib/kms_http_server.py --ca_file ../x509gen/ca.pem --cert_file ../x509gen/expired.pem --port 8000 &
187
- python -u lib/kms_http_server.py --ca_file ../x509gen/ca.pem --cert_file ../x509gen/wrong-host.pem --port 8001 &
+ python -u kms_http_server.py --ca_file ../x509gen/ca.pem --cert_file ../x509gen/expired.pem --port 8000 &
+ python -u kms_http_server.py --ca_file ../x509gen/ca.pem --cert_file ../x509gen/wrong-host.pem --port 8001 &
188
trap 'kill $(jobs -p)' EXIT HUP
189
popd
190
# Restore the test virtualenv.
0 commit comments