0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-27874 - Fix quoting for test_flags

This commit is contained in:
Jonathan Abrahams 2017-05-09 18:24:59 -04:00
parent e351e669b0
commit 3448ddb2ec

View File

@ -8774,7 +8774,11 @@ buildvariants:
gorootvars: GOROOT=/opt/go PATH="/opt/go/bin:$PATH"
tooltags: "-tags 'ssl sasl'"
rlp_environment: MONGOD_UNITTEST_RLP_LANGUAGE_TEST_BTROOT=/opt/basis
test_flags: "\"--mongodSetParameters={use3dot4Rollback: true}\""
# Write the resmoke.py value using a YAML "folded style" (>) string in order to be able to
# nest curly braces inside. The curly braces "{}" need their own quotes to protect them from
# being interpreted by bash.
test_flags: >
--mongodSetParameters='{use3dot4Rollback: true}'
compile_flags: --ssl MONGO_DISTMOD=rhel62 -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_gcc.vars CPPPATH="/opt/basis/rlp/rlp/include /opt/basis/rlp/utilities/include" --use-basis-tech-rosette-linguistics-platform=on
num_jobs_available: $(grep -c ^processor /proc/cpuinfo)
use_scons_cache: true