0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-24 00:17:37 +01:00
mongodb/evergreen/check_resmoke_failure.sh

6 lines
93 B
Bash
Executable File

set -o verbose
cd src
if [ -f resmoke_error_code ]; then
exit $(cat resmoke_error_code)
fi