mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-24 00:17:37 +01:00
6 lines
93 B
Bash
Executable File
6 lines
93 B
Bash
Executable File
set -o verbose
|
|
cd src
|
|
if [ -f resmoke_error_code ]; then
|
|
exit $(cat resmoke_error_code)
|
|
fi
|