summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/evergreen.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 89e10a82909..a3eeeb64c33 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -1900,17 +1900,11 @@ functions:
${activate_virtualenv}
- chmod -R ugo-w ./src
- ls -la src/mongo/stdx/sigaltstack_location_test.cpp || true
-
${compile_env|} $python ./buildscripts/scons.py \
${compile_flags|} ${task_compile_flags|} ${task_compile_flags_extra|} \
${scons_cache_args|} $extra_args \
${targets} MONGO_VERSION=${version} ${patch_compile_flags|} || exit_status=$?
- chmod -R ugo+w ./src
- ls -la src/mongo/stdx/sigaltstack_location_test.cpp || true
-
# If compile fails we do not run any tests
if [[ $exit_status -ne 0 ]]; then
touch ${skip_tests}