mongo/evergreen/check_run_tests_infrastruct...

6 lines
123 B
Bash
Executable File

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