File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4848fi
4949
5050if [ " $AUTH " != " noauth" ]; then
51- if [ ! -z " $TEST_DATA_LAKE " ]; then
51+ if [ -n " $TEST_DATA_LAKE " ]; then
5252 export DB_USER=" mhuser"
5353 export DB_PASSWORD=" pencil"
54- elif [ ! -z " $TEST_SERVERLESS " ]; then
55- source ${DRIVERS_TOOLS} /.evergreen/serverless/secrets-export.sh
54+ elif [ -n " $TEST_SERVERLESS " ]; then
55+ source " ${DRIVERS_TOOLS} " /.evergreen/serverless/secrets-export.sh
5656 export DB_USER=$SERVERLESS_ATLAS_USER
5757 export DB_PASSWORD=$SERVERLESS_ATLAS_PASSWORD
5858 export MONGODB_URI=" $SERVERLESS_URI "
5959 echo " MONGODB_URI=$MONGODB_URI "
6060 export SINGLE_MONGOS_LB_URI=$MONGODB_URI
6161 export MULTI_MONGOS_LB_URI=$MONGODB_URI
62- elif [ ! -z " $TEST_AUTH_OIDC " ]; then
62+ elif [ -n " $TEST_AUTH_OIDC " ]; then
6363 export DB_USER=$OIDC_ADMIN_USER
6464 export DB_PASSWORD=$OIDC_ADMIN_PWD
6565 export DB_IP=" $MONGODB_URI "
You can’t perform that action at this time.
0 commit comments