mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 17:10:48 +01:00
11 lines
228 B
Bash
11 lines
228 B
Bash
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
|
||
|
. "$DIR/prelude.sh"
|
||
|
|
||
|
cd src
|
||
|
|
||
|
set -o errexit
|
||
|
set -o verbose
|
||
|
|
||
|
activate_venv
|
||
|
$python buildscripts/evergreen_gen_fuzzer_tests.py --expansion-file ../expansions.yml
|