@@ -433,11 +433,12 @@ functions:
433
433
script : |
434
434
cd ${DRIVERS_TOOLS}/.evergreen/ocsp
435
435
/cygdrive/c/python/python38/python.exe -m venv ./venv
436
- ./venv/Scripts/pip3 install asn1crypto oscrypto bottle
436
+ ./venv/Scripts/pip3 install -r ${DRIVERS_TOOLS}/.evergreen/ocsp/mock-ocsp-responder-requirements.txt
437
437
- command : shell.exec
438
438
params :
439
439
background : true
440
440
script : |
441
+ set -o xtrace
441
442
cd ${DRIVERS_TOOLS}/.evergreen/ocsp
442
443
nohup ./venv/Scripts/python ocsp_mock.py \
443
444
--ca_file ${OCSP_ALGORITHM}/ca.pem \
@@ -451,11 +452,12 @@ functions:
451
452
script : |
452
453
cd ${DRIVERS_TOOLS}/.evergreen/ocsp
453
454
/cygdrive/c/python/python38/python.exe -m venv ./venv
454
- ./venv/Scripts/pip3 install asn1crypto oscrypto bottle
455
+ ./venv/Scripts/pip3 install -r ${DRIVERS_TOOLS}/.evergreen/ocsp/mock-ocsp-responder-requirements.txt
455
456
- command : shell.exec
456
457
params :
457
458
background : true
458
459
script : |
460
+ set -o xtrace
459
461
cd ${DRIVERS_TOOLS}/.evergreen/ocsp
460
462
nohup ./venv/Scripts/python ocsp_mock.py \
461
463
--ca_file ${OCSP_ALGORITHM}/ca.pem \
@@ -469,11 +471,12 @@ functions:
469
471
script : |
470
472
cd ${DRIVERS_TOOLS}/.evergreen/ocsp
471
473
/cygdrive/c/python38/python.exe -m venv ./venv
472
- ./venv/Scripts/pip3 install asn1crypto oscrypto bottle
474
+ ./venv/Scripts/pip3 install -r ${DRIVERS_TOOLS}/.evergreen/ocsp/mock-ocsp-responder-requirements.txt
473
475
- command : shell.exec
474
476
params :
475
477
background : true
476
478
script : |
479
+ set -o xtrace
477
480
cd ${DRIVERS_TOOLS}/.evergreen/ocsp
478
481
nohup ./venv/Scripts/python.exe ocsp_mock.py \
479
482
--ca_file ${OCSP_ALGORITHM}/ca.pem \
@@ -489,11 +492,12 @@ functions:
489
492
script : |
490
493
cd ${DRIVERS_TOOLS}/.evergreen/ocsp
491
494
/cygdrive/c/python38/python.exe -m venv ./venv
492
- ./venv/Scripts/pip3 install asn1crypto oscrypto bottle
495
+ ./venv/Scripts/pip3 install -r ${DRIVERS_TOOLS}/.evergreen/ocsp/mock-ocsp-responder-requirements.txt
493
496
- command : shell.exec
494
497
params :
495
498
background : true
496
499
script : |
500
+ set -o xtrace
497
501
cd ${DRIVERS_TOOLS}/.evergreen/ocsp
498
502
nohup ./venv/Scripts/python.exe ocsp_mock.py \
499
503
--ca_file ${OCSP_ALGORITHM}/ca.pem \
0 commit comments