0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-21309 Remove the Install Step from Jstestfuzz in Evergreen

This commit is contained in:
Robert Guo 2016-01-22 13:38:34 -05:00
parent 8d3388bedc
commit d688727c3d

View File

@ -315,24 +315,6 @@ functions:
git clone --depth 1 git@github.com:10gen/mongo-enterprise-modules.git jstests/enterprise_tests
git clone --depth 1 git@github.com:10gen/QA.git jstests/qa_tests
- command: shell.exec
params:
working_dir: src/jstestfuzz
script: |
set -o errexit
set -o verbose
if [ "Windows_NT" = "$OS" ]; then
# An "npm" directory might not have been created in %APPDATA% by the Windows installer.
# Work around the issue by specifying a different %APPDATA% path.
# See: https://github.com/nodejs/node-v0.x-archive/issues/8141
export APPDATA=${workdir}/npm-app-data
export PATH="$PATH:/cygdrive/c/Program Files (x86)/nodejs"
else
export PATH="$PATH:${workdir}/src/node-v0.12.7-linux-x64/bin"
fi
npm install
- command: shell.exec
type: test
params: