summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2016-01-11 16:30:52 -0500
committerMark Benvenuto <mark.benvenuto@mongodb.com>2016-01-11 16:30:52 -0500
commit7ac8ef6631e8797213255159b1485423eeceaf15 (patch)
treecdfc1481ce5215f2f94a25ff3a360d0a232c0126 /etc
parent51f0cfa865fe090a5208d5bff47faa5fbe6a92c1 (diff)
downloadmongo-7ac8ef6631e8797213255159b1485423eeceaf15.tar.gz
SERVER-22067 artifacts.tgz should contain stripped tests before uploading
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 16314602f7a..dfd4be2471e 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -471,10 +471,13 @@ tasks:
mv mongodb-*-debugsymbols.${ext|tgz} mongo-debugsymbols.tgz || true
mv mongodb-*.${ext|tgz} mongodb-binaries.tgz
- # If strip is on the path (everywhere except windows) then we should strip the unit test binaries
+ # If strip is on the path (everywhere except windows) then we should strip the test binaries
# before tarring them up
if [ -x ${strip_path|/usr/bin/strip} ]; then
cat build/unittests.txt | xargs ${strip_command|/usr/bin/strip}
+ cat build/integration_tests.txt | xargs ${strip_command|/usr/bin/strip}
+ ${strip_command|/usr/bin/strip} dbtest
+ ${strip_command|/usr/bin/strip} mongobridge
fi
# On windows we need to make sure the paths in unittests.txt are compatible with cygwin tar