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

Commit

Permalink
fix(evergreen): pass in flag through npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Lord authored and mbroadst committed Mar 27, 2018
1 parent 55dff3b commit 85708dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .evg.yml
Expand Up @@ -28,8 +28,7 @@ functions:
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
npm install
MONGODB_VERSION=${VERSION} MONGODB_ENVIRONMENT=${TOPOLOGY}
mongodb-test-runner --evergreen -t 60000 test/tests/functional
MONGODB_VERSION=${VERSION} MONGODB_ENVIRONMENT=${TOPOLOGY} npm test -- --evergreen
pre:
- func: "fetch source"
Expand Down

0 comments on commit 85708dd

Please sign in to comment.