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