mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
6 lines
77 B
Bash
6 lines
77 B
Bash
|
set -o errexit
|
||
|
set -o verbose
|
||
|
|
||
|
cd src
|
||
|
./jstests/watchdog/charybdefs_setup.sh
|