diff options
author | Ryan Timmons <ryan.timmons@10gen.com> | 2019-06-27 17:46:19 -0400 |
---|---|---|
committer | Ryan Timmons <ryan.timmons@10gen.com> | 2019-06-27 17:48:56 -0400 |
commit | b66a6a7af16cb91e37cb0d11c13c747dbb40897c (patch) | |
tree | 085f3ee5aa897961304411444311b84b4eac7a4d /etc | |
parent | 92e377508f1656561b64a776faa9c05e7d3fa5bb (diff) | |
download | mongo-b66a6a7af16cb91e37cb0d11c13c747dbb40897c.tar.gz |
SERVER-41967: Run Fuzzer from Z: rather than C: on Windows
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index ba6ab5f210b..97e430e7e20 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -1146,6 +1146,8 @@ functions: # 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" # Windows location + # TODO: this is to work around BUILD-8652 + cd "$(pwd -P | sed 's,cygdrive/c/,cygdrive/z/,')" else export PATH="$PATH:/opt/node/bin" fi |