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