Skip to content

Commit a5968f2

Browse files
derickrjmikola
authored andcommitted
Change location of logs so that Evergreen's log collector picks them up
1 parent 44d8504 commit a5968f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/utils/tools.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,8 @@ function createTemporaryMongoInstance(array $options = [])
463463
"name" => "mongod",
464464
"id" => $id,
465465
'procParams' => [
466-
'dbpath' => "/tmp/phongo/{$id}",
467-
'logpath' => "/tmp/phongo/{$id}.log",
466+
'dbpath' => "/tmp/MO/phongo/{$id}",
467+
'logpath' => "/tmp/MO/phongo/{$id}.log",
468468
'ipv6' => true,
469469
'setParameter' => [ 'enableTestCommands' => 1 ],
470470
],

0 commit comments

Comments
 (0)