File tree Expand file tree Collapse file tree 4 files changed +0
-160
lines changed
config_generator/components/funcs Expand file tree Collapse file tree 4 files changed +0
-160
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -688,50 +688,6 @@ functions:
688688 args :
689689 - -c
690690 - .evergreen/scripts/test.sh
691- test atlas connectivity :
692- command : subprocess.exec
693- type : test
694- params :
695- binary : bash
696- working_dir : mongo-cxx-driver
697- silent : true
698- args :
699- - -c
700- - |
701- export MONGOC_INSTALL_PREFIX=$(pwd)/../mongoc
702- export MONGOCXX_INSTALL_PREFIX=$(pwd)/build/install
703- if [[ "${distro_id}" == rhel* ]]; then
704- export LIB_DIR=lib64
705- else
706- export LIB_DIR=lib
707- fi
708- export BUILD_TYPE=${build_type}
709- export BUILD_DIR=$(pwd)/build
710-
711- # The atlas_serverless_uri expansion is set in the Evergreen project settings.
712- export URI="${atlas_serverless_uri}"
713-
714- ./.evergreen/scripts/connect.sh
715- test auth :
716- command : subprocess.exec
717- type : test
718- params :
719- binary : bash
720- working_dir : mongo-cxx-driver
721- args :
722- - -c
723- - |
724- export MONGOC_INSTALL_PREFIX=$(pwd)/../mongoc
725- export MONGOCXX_INSTALL_PREFIX=$(pwd)/build/install
726- if [[ "${distro_id}" == rhel* ]]; then
727- export LIB_DIR=lib64
728- else
729- export LIB_DIR=lib
730- fi
731- export BUILD_TYPE=${build_type}
732- export BUILD_DIR=$(pwd)/build
733- export URI="mongodb://bob:pwd123@localhost"
734- ./.evergreen/scripts/connect.sh
735691 test-search-index-helpers :
736692 command : subprocess.exec
737693 type : test
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments