summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2012-02-02 02:16:19 -0500
committerEliot Horowitz <eliot@10gen.com>2012-02-02 02:16:19 -0500
commit3d908b6b00ccc403e19dd7dc3ba4e4ae41bd2516 (patch)
treee43f326daba36e9fe11bd13b5a074fe70598c83c
parente45cb6180280494f97eb5a0a2be32de56bc1644a (diff)
downloadmongo-3d908b6b00ccc403e19dd7dc3ba4e4ae41bd2516.tar.gz
smoke db port was conflicting with other tests
-rwxr-xr-xbuildscripts/smoke.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py
index fbe26deb809..37fa655059c 100755
--- a/buildscripts/smoke.py
+++ b/buildscripts/smoke.py
@@ -592,7 +592,7 @@ def main():
"currently only used for 'client' (%default)")
parser.add_option('--mongod', dest='mongod_executable', default=os.path.join(mongo_repo, 'mongod'),
help='Path to mongod to run (%default)')
- parser.add_option('--port', dest='mongod_port', default="32000",
+ parser.add_option('--port', dest='mongod_port', default="27999",
help='Port the mongod will bind to (%default)')
parser.add_option('--mongo', dest='shell_executable', default=os.path.join(mongo_repo, 'mongo'),
help='Path to mongo, for .js test files (%default)')