mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-21 20:49:10 +01:00
16ab18a1b9
This reverts commit b618f09f9b
.
10 lines
182 B
Bash
10 lines
182 B
Bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)"
|
|
. "$DIR/prelude.sh"
|
|
|
|
cd src
|
|
|
|
set -o errexit
|
|
|
|
activate_venv
|
|
python buildscripts/resmoke.py generate-fcv-constants
|