Skip to content

Commit 065b64b

Browse files
committed
Add log dir for server logs
1 parent 56d799e commit 065b64b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/suite/oidc.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ suite('OIDC Tests', function () {
128128
...defaultClusterOptions,
129129
version: '8.0.x',
130130
downloadOptions: { enterprise: true },
131+
logDir: path.join(tmpdir, 'logs'),
131132
args: [
132133
'--setParameter',
133134
'authenticationMechanisms=SCRAM-SHA-256,MONGODB-OIDC',

0 commit comments

Comments
 (0)