From 85708dddd25e0004b82424df316160fc493043f0 Mon Sep 17 00:00:00 2001 From: Jessica Lord Date: Fri, 9 Feb 2018 11:54:13 -0500 Subject: [PATCH] fix(evergreen): pass in flag through npm scripts --- .evg.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.evg.yml b/.evg.yml index 7834cd49a..393cb5a5c 100644 --- a/.evg.yml +++ b/.evg.yml @@ -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"