Skip to content

Commit e7729cf

Browse files
committed
fix: cast to number and check nan
1 parent e66e547 commit e7729cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.evergreen/run-kms-servers.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ python -u kms_kmip_server.py &
77
python -u kms_http_server.py --ca_file ../x509gen/ca.pem --cert_file ../x509gen/expired.pem --port 8000 &
88
python -u kms_http_server.py --ca_file ../x509gen/ca.pem --cert_file ../x509gen/wrong-host.pem --port 8001 &
99
python -u kms_http_server.py --ca_file ../x509gen/ca.pem --cert_file ../x509gen/server.pem --port 8002 --require_client_cert &
10+
11+
echo "Finished starting KMS servers"
12+
exit 0;

0 commit comments

Comments
 (0)