Skip to content

Commit 0745532

Browse files
committed
SERVER-500 use lower port for scons mongod
1 parent 92b2777 commit 0745532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@ def startMongodForTests( env, target, source ):
11241124
global mongod
11251125
if mongodForTests:
11261126
return
1127-
mongodForTestsPort = "40000"
1127+
mongodForTestsPort = "32000"
11281128
import os
11291129
ensureTestDirs()
11301130
dirName = "/data/db/sconsTests/"

0 commit comments

Comments
 (0)