mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-21 12:39:08 +01:00
SERVER-86840 adjust gather failed unittests script to handle split unittests (#19133)
GitOrigin-RevId: 72e8bf454325a45604b6d23b46bd3c64397a4f16
This commit is contained in:
parent
63294ec226
commit
64902112ec
@ -8,7 +8,9 @@ set -eou pipefail
|
||||
# Only run on unit test tasks so we don't target mongod binaries from cores.
|
||||
if [ "${task_name}" != "run_unittests" ] && [ "${task_name}" != "run_dbtest" ] \
|
||||
&& [ "${task_name}" != "run_unittests_with_recording" ] \
|
||||
&& [[ ${task_name} != integration_tests* ]]; then
|
||||
&& [[ ${task_name} != integration_tests* ]] \
|
||||
&& [[ "${task_name}" != compile_and_run_unittests_* ]]; then
|
||||
echo "Not gathering failed unittests binaries as this is not a unittest task: ${task_name}"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user