summaryrefslogtreecommitdiff
path: root/etc/system_perf.yml
diff options
context:
space:
mode:
authorRamon Fernandez <ramon@mongodb.com>2017-10-23 12:08:09 -0400
committerRamon Fernandez <ramon@mongodb.com>2017-10-23 13:04:30 -0400
commit59cedee3230235f444e5f3675260e36095527158 (patch)
treea832b5d4cbc40c569623c2318284b3ee8b0f6c9b /etc/system_perf.yml
parent5f92390347b64fd4ce501c39f78f853be107271c (diff)
downloadmongo-59cedee3230235f444e5f3675260e36095527158.tar.gz
SERVER-31545 Remove deprecated mongooplog tool
Diffstat (limited to 'etc/system_perf.yml')
-rw-r--r--etc/system_perf.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 86b0c82363d..9e3f6d733f2 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -289,7 +289,7 @@ tasks:
sed -i.bak "s/built-without-version-string/$(git describe)/" common/options/options.go
sed -i.bak "s/built-without-git-spec/$(git rev-parse HEAD)/" common/options/options.go
. ./${set_tools_gopath|set_gopath.sh}
- build_tools="bsondump mongostat mongofiles mongoexport mongoimport mongorestore mongodump mongotop mongooplog"
+ build_tools="bsondump mongostat mongofiles mongoexport mongoimport mongorestore mongodump mongotop"
if [ "${build_mongoreplay}" = "true" ]; then
build_tools="$build_tools mongoreplay"
fi