summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJonathan Abrahams <jonathan@mongodb.com>2015-12-11 11:34:53 -0500
committerJonathan Abrahams <jonathan@mongodb.com>2015-12-11 11:34:53 -0500
commited52b03f7bcf23b8e5ad4db10115498257e115bb (patch)
treeafb128542f2938b88665a8d51cf07d22d27f82b8 /etc
parent264c465e2218b8547cf8a2f419273db4547e02d5 (diff)
downloadmongo-ed52b03f7bcf23b8e5ad4db10115498257e115bb.tar.gz
Revert "SERVER-21655 Suppress tar output in jstestfuzz tasks"
This reverts commit 264c465e2218b8547cf8a2f419273db4547e02d5.
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index ed594336ccf..970d529f5c3 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 > /dev/null
+ ${decompress} node.tar.gz
fi
cp mongodb*/bin/mongod .