0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-22 04:59:34 +01:00
mongodb/evergreen/functions/get_mongot_version.sh
Reilly McBride 4e12773ab9 SERVER-90644 added function which logs mongot version for search e2e tests (#22359)
GitOrigin-RevId: 6bd14865cd1a2e506f3ef24e9314b278f69bc5fc
2024-05-24 18:17:10 +00:00

6 lines
194 B
Bash

DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)"
. "$DIR/../prelude.sh"
cd src
echo "Currently running mongot version: $(./${install_dir}/mongot-localdev/mongot --version)"