@@ -527,21 +527,23 @@ functions:
527
527
type : test
528
528
params :
529
529
working_dir : " src"
530
+ shell : bash
530
531
script : |
531
532
${PREPARE_SHELL}
532
533
cd ${DRIVERS_TOOLS}/.evergreen/auth_aws
533
- . ./activate_venv .sh
534
+ . ./activate-authawsvenv .sh
534
535
cd -
535
536
536
537
" run aws auth test with regular aws credentials " :
537
538
- command : shell.exec
538
539
type : test
539
540
params :
540
541
working_dir : " src"
542
+ shell : bash
541
543
script : |
542
544
${PREPARE_SHELL}
543
545
cd ${DRIVERS_TOOLS}/.evergreen/auth_aws
544
- . ./activate_venv .sh
546
+ . ./activate-authawsvenv .sh
545
547
${MONGODB_BINARIES}/mongo aws_e2e_regular_aws.js
546
548
- command : shell.exec
547
549
type : test
@@ -568,10 +570,11 @@ functions:
568
570
type : test
569
571
params :
570
572
working_dir : " src"
573
+ shell : bash
571
574
script : |
572
575
${PREPARE_SHELL}
573
576
cd ${DRIVERS_TOOLS}/.evergreen/auth_aws
574
- . ./activate_venv .sh
577
+ . ./activate-authawsvenv .sh
575
578
${MONGODB_BINARIES}/mongo aws_e2e_assume_role.js
576
579
- command : shell.exec
577
580
type : test
@@ -602,13 +605,14 @@ functions:
602
605
type : test
603
606
params :
604
607
working_dir : " src"
608
+ shell : bash
605
609
script : |
606
610
${PREPARE_SHELL}
607
611
# Write an empty prepare_mongodb_aws so no auth environment variables
608
612
# are set.
609
613
echo "" > "${PROJECT_DIRECTORY}/prepare_mongodb_aws.sh"
610
614
cd ${DRIVERS_TOOLS}/.evergreen/auth_aws
611
- . ./activate_venv .sh
615
+ . ./activate-authawsvenv .sh
612
616
${MONGODB_BINARIES}/mongo aws_e2e_ec2.js
613
617
- command : shell.exec
614
618
type : test
@@ -671,6 +675,7 @@ functions:
671
675
type : test
672
676
params :
673
677
working_dir : src
678
+ shell : bash
674
679
script : |
675
680
${PREPARE_SHELL}
676
681
AUTH_AWS_DIR=${DRIVERS_TOOLS}/.evergreen/auth_aws
@@ -691,7 +696,7 @@ functions:
691
696
EOF
692
697
693
698
cat setup.js
694
- . ./activate_venv .sh
699
+ . ./activate-authawsvenv .sh
695
700
${MONGODB_BINARIES}/mongo --nodb setup.js aws_e2e_ecs.js
696
701
697
702
" run-ocsp-test " :
0 commit comments