Skip to content

Commit 46d40ad

Browse files
committed
Revert "Revert "fix crypt_shared handling and docker test""
This reverts commit 0e96899.
1 parent 0e96899 commit 46d40ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ functions:
375375
type: test
376376
params:
377377
binary: "bash"
378-
args: ["${RUN_TASK}", run-docker]
378+
args: ["${RUN_TASK}", run-docker, --, test-short]
379379
- command: subprocess.exec
380380
type: test
381381
params:

.evergreen/setup-system.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ export GOPATH="$GOPATH"
7272
export GOCACHE="$GOCACHE"
7373
export DRIVERS_TOOLS="$DRIVERS_TOOLS"
7474
export PROJECT_DIRECTORY="$PROJECT_DIRECTORY"
75+
export MONGODB_BINARIES="$MONGODB_BINARIES"
7576
export PATH="$PATH"
7677
EOT
7778

0 commit comments

Comments
 (0)