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

Commit

Permalink
feat(evergreen): use evergreen flag when running tests
Browse files Browse the repository at this point in the history
this will pass the option down to `mongodb-download-url` and enable detection of Linux Distributions
  • Loading branch information
Jessica Lord authored and mbroadst committed Mar 27, 2018
1 parent 9303e12 commit 55dff3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .evg.yml
Expand Up @@ -28,7 +28,8 @@ functions:
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
npm install
MONGODB_VERSION=${VERSION} MONGODB_ENVIRONMENT=${TOPOLOGY} npm test
MONGODB_VERSION=${VERSION} MONGODB_ENVIRONMENT=${TOPOLOGY}
mongodb-test-runner --evergreen -t 60000 test/tests/functional
pre:
- func: "fetch source"
Expand Down

0 comments on commit 55dff3b

Please sign in to comment.