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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
121 B
Bash
Raw Normal View History

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