We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc98392 commit 8f6fe34Copy full SHA for 8f6fe34
evergreen/failed_unittests_gather.sh
@@ -6,9 +6,9 @@ cd src
6
set -eou pipefail
7
8
# Only run on unit test tasks so we don't target mongod binaries from cores.
9
-if [ "${task_name}" != "run_unittests" ] && [ "${task_name}" != "run_dbtest" ] \
+if [ "${task_name}" != "run_dbtest" ] \
10
&& [[ ${task_name} != integration_tests* ]] \
11
- && [[ "${task_name}" != compile_and_run_unittests_* ]]; then
+ && [[ "${task_name}" != *run_unittests* ]]; then
12
echo "Not gathering failed unittests binaries as this is not a unittest task: ${task_name}"
13
exit 0
14
fi
0 commit comments