Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit 55dff3b

Browse files
Jessica Lordmbroadst
Jessica Lord
authored andcommitted
feat(evergreen): use evergreen flag when running tests
this will pass the option down to `mongodb-download-url` and enable detection of Linux Distributions
1 parent 9303e12 commit 55dff3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.evg.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ functions:
2828
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
2929
3030
npm install
31-
MONGODB_VERSION=${VERSION} MONGODB_ENVIRONMENT=${TOPOLOGY} npm test
31+
MONGODB_VERSION=${VERSION} MONGODB_ENVIRONMENT=${TOPOLOGY}
32+
mongodb-test-runner --evergreen -t 60000 test/tests/functional
3233
3334
pre:
3435
- func: "fetch source"

0 commit comments

Comments
 (0)