Skip to content

Commit

Permalink
Merge branch 'switch-to-file-comms' into from-ejb-fifo
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorjboyd authored Oct 28, 2024
2 parents cbea3a0 + 08fbb69 commit 3f4772a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/testing/testController/common/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ export async function startRunResultNamedPipe(
traceVerbose('Starting Test Result named pipe');
const pipeName: string = generateRandomPipeName('python-test-results');


const reader = await createReaderPipe(pipeName, cancellationToken);
traceVerbose(`Test Results named pipe ${pipeName} connected`);
let disposables: Disposable[] = [];
Expand Down

0 comments on commit 3f4772a

Please sign in to comment.