Skip to content

Commit 8fe13af

Browse files
committed
print mongod command line opts before test
1 parent bd4f23a commit 8fe13af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.mci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ c_driver_variables:
125125
start_topology: |
126126
curl -s --data @"$ORCHESTRATION_FILE" "$ORCHESTRATION_URL"
127127
./mongodb/bin/mongo $MONGO_SHELL_CONNECTION_FLAGS --eval 'printjson(db.serverBuildInfo())'
128+
./mongodb/bin/mongo $MONGO_SHELL_CONNECTION_FLAGS --eval 'printjson(db.adminCommand({getCmdLineOpts:1}))'
128129
./mongodb/bin/mongo $MONGO_SHELL_CONNECTION_FLAGS --eval 'printjson(db.isMaster())'
129130
130131
compile:

0 commit comments

Comments
 (0)