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:
parent
e351e669b0
commit
3448ddb2ec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user