0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00

Honor smoke-db-prefix in small-oplog tests' slave server. SERVER-1051

This commit is contained in:
Richard Kreuter 2010-06-14 14:37:16 -04:00
parent 73b55af029
commit 184990c86e

View File

@ -99,7 +99,7 @@ class mongod(object):
self.port = int(mongodPort)
self.slave = False
if 'slave' in self.kwargs:
dirName = '/data/db/sconsTestsSlave/'
dirName = smokeDbPrefix + '/data/db/sconsTestsSlave/'
srcport = mongodPort
self.port += 1
self.slave = True