File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ functions:
130130 params :
131131 binary : bash
132132 args :
133+ - src/.evergreen/scripts/run-with-env.sh
133134 - src/.evergreen/scripts/archive-mongodb-logs.sh
134135
135136 - command : archive.targz_pack
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- . src/.evergreen/scripts/env.sh
43set -o xtrace
54mkdir out_dir
65find " $MONGO_ORCHESTRATION_HOME " -name \* .log -exec sh -c ' x=$1; mv $x $PWD/out_dir/$(basename $(dirname $x))_$(basename $x)' shell {} \;
Original file line number Diff line number Diff line change @@ -52,6 +52,6 @@ ls -la libmongocrypt
5252ls -la libmongocrypt/nocrypto
5353
5454if [ -z " ${SKIP_SERVERS:- } " ]; then
55- bash ${DRIVERS_TOOLS} /.evergreen/csfle/setup-secrets.sh
56- bash ${DRIVERS_TOOLS} /.evergreen/csfle/start-servers.sh
55+ bash " ${DRIVERS_TOOLS} " /.evergreen/csfle/setup-secrets.sh
56+ bash " ${DRIVERS_TOOLS} " /.evergreen/csfle/start-servers.sh
5757fi
You can’t perform that action at this time.
0 commit comments