File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -283,6 +283,7 @@ functions:
283
283
script : |
284
284
${PREPARE_SHELL}
285
285
cd ${DRIVERS_TOOLS}/.evergreen/auth_aws
286
+ . ./activate_venv.sh
286
287
${MONGODB_BINARIES}/mongo aws_e2e_regular_aws.js
287
288
- command : shell.exec
288
289
type : test
@@ -311,6 +312,7 @@ functions:
311
312
script : |
312
313
${PREPARE_SHELL}
313
314
cd ${DRIVERS_TOOLS}/.evergreen/auth_aws
315
+ . ./activate_venv.sh
314
316
${MONGODB_BINARIES}/mongo aws_e2e_assume_role.js
315
317
- command : shell.exec
316
318
type : test
@@ -343,6 +345,7 @@ functions:
343
345
script : |
344
346
${PREPARE_SHELL}
345
347
cd ${DRIVERS_TOOLS}/.evergreen/auth_aws
348
+ . ./activate_venv.sh
346
349
${MONGODB_BINARIES}/mongo aws_e2e_ec2.js
347
350
- command : shell.exec
348
351
type : test
@@ -415,6 +418,7 @@ functions:
415
418
EOF
416
419
417
420
cat setup.js
421
+ . ./activate_venv.sh
418
422
mongo --nodb setup.js aws_e2e_ecs.js
419
423
run-ocsp-test :
420
424
- command : shell.exec
Original file line number Diff line number Diff line change @@ -317,6 +317,7 @@ functions:
317
317
script: |
318
318
${PREPARE_SHELL}
319
319
cd ${DRIVERS_TOOLS}/.evergreen/auth_aws
320
+ . ./activate_venv.sh
320
321
${MONGODB_BINARIES}/mongo aws_e2e_regular_aws.js
321
322
- command: shell.exec
322
323
type: test
@@ -346,6 +347,7 @@ functions:
346
347
script: |
347
348
${PREPARE_SHELL}
348
349
cd ${DRIVERS_TOOLS}/.evergreen/auth_aws
350
+ . ./activate_venv.sh
349
351
${MONGODB_BINARIES}/mongo aws_e2e_assume_role.js
350
352
- command: shell.exec
351
353
type: test
@@ -379,6 +381,7 @@ functions:
379
381
script: |
380
382
${PREPARE_SHELL}
381
383
cd ${DRIVERS_TOOLS}/.evergreen/auth_aws
384
+ . ./activate_venv.sh
382
385
${MONGODB_BINARIES}/mongo aws_e2e_ec2.js
383
386
- command: shell.exec
384
387
type: test
@@ -454,6 +457,7 @@ functions:
454
457
EOF
455
458
456
459
cat setup.js
460
+ . ./activate_venv.sh
457
461
mongo --nodb setup.js aws_e2e_ecs.js
458
462
459
463
"run-ocsp-test":
You can’t perform that action at this time.
0 commit comments