Skip to content

Commit

Permalink
Undo logging and try to fix linux tests
Browse files Browse the repository at this point in the history
  • Loading branch information
islathehut committed Dec 30, 2024
1 parent 0a70e42 commit 2ad2dc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ app.on('ready', async () => {
backendProcess = fork(backendBundlePath, forkArgvs, {
env: {
NODE_OPTIONS: '--experimental-global-customevent',
DEBUG: 'backend*,quiet*,state-manager*,desktop*,utils*,identity*,common*,libp2p*,blockstore*',
DEBUG: 'backend*,quiet*,state-manager*,desktop*,utils*,identity*,common*,libp2p:connection-manager:auto-dial',
COLORIZE: 'true',
},
})
Expand Down
3 changes: 3 additions & 0 deletions packages/e2e-tests/src/tests/oneClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ describe('One Client', () => {
beforeAll(async () => {
app = new App()
await app.open()
const processData = app.buildSetup.getProcessData()
dataDirPath = processData.dataDirPath
resourcesPath = processData.resourcesPath
})

afterAll(async () => {
Expand Down

0 comments on commit 2ad2dc3

Please sign in to comment.