Skip to content

Commit 603e665

Browse files
derickrjmikola
authored andcommitted
Let it set it's own path, so that we don't run into /tmp size issues
1 parent a5968f2 commit 603e665

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/utils/tools.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,6 @@ function createTemporaryMongoInstance(array $options = [])
463463
"name" => "mongod",
464464
"id" => $id,
465465
'procParams' => [
466-
'dbpath' => "/tmp/MO/phongo/{$id}",
467466
'logpath' => "/tmp/MO/phongo/{$id}.log",
468467
'ipv6' => true,
469468
'setParameter' => [ 'enableTestCommands' => 1 ],

0 commit comments

Comments
 (0)