diff options
author | Jonathan Abrahams <jonathan@mongodb.com> | 2015-12-11 11:31:27 -0500 |
---|---|---|
committer | Jonathan Abrahams <jonathan@mongodb.com> | 2015-12-11 14:11:59 -0500 |
commit | cdcdad5d5de6eb3b86139c1928fc9f32d03af600 (patch) | |
tree | db7dec848996203c12b4c95d4416847480991546 /etc | |
parent | 52a93ee85ff5b3bb2ba5aef27c5d912142bddff5 (diff) | |
download | mongo-cdcdad5d5de6eb3b86139c1928fc9f32d03af600.tar.gz |
SERVER-21665 Suppress tar output in jstestfuzz tasks
(cherry picked from commit 1aa857bb877d31ade92b5f6b91ad99a845978446)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index d898a16edde..2d2ff1354ef 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -295,7 +295,7 @@ functions: if [ "Windows_NT" != "$OS" ]; then curl --silent --max-time 600 http://boxes.10gen.com/build/node-v0.12.7-linux-x64.tar.gz --output node.tar.gz - ${decompress} node.tar.gz + ${decompress} node.tar.gz > /dev/null fi cp mongodb*/bin/mongod . |