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 b91ce53 commit 9ffa4deCopy full SHA for 9ffa4de
.evergreen/run-tests.sh
@@ -150,6 +150,7 @@ if [ -n "$TEST_ENCRYPTION" ]; then
150
pushd ${DRIVERS_TOOLS}/.evergreen/csfle
151
python -u lib/kms_http_server.py --ca_file ../x509gen/ca.pem --cert_file ../x509gen/expired.pem --port 8000 &
152
python -u lib/kms_http_server.py --ca_file ../x509gen/ca.pem --cert_file ../x509gen/wrong-host.pem --port 8001 &
153
+ trap 'kill $(jobs -p)' EXIT HUP
154
popd
155
fi
156
0 commit comments