summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorRichard Kreuter <richard@10gen.com>2010-06-14 14:37:16 -0400
committerRichard Kreuter <richard@10gen.com>2010-06-14 14:37:56 -0400
commit184990c86e9b93203c6651a7c894cf619e3c8215 (patch)
treec408fd41a1a27d38f982142b3a793bf56578466c /buildscripts
parent73b55af0296f4343cb33418af5546e886efcd98d (diff)
downloadmongo-184990c86e9b93203c6651a7c894cf619e3c8215.tar.gz
Honor smoke-db-prefix in small-oplog tests' slave server. SERVER-1051
Diffstat (limited to 'buildscripts')
-rwxr-xr-xbuildscripts/smoke.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py
index 16a57897f07..ad577ce10c4 100755
--- a/buildscripts/smoke.py
+++ b/buildscripts/smoke.py
@@ -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