Skip to content

Commit

Permalink
switch pipe loc
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorjboyd committed Oct 2, 2024
1 parent 2de7950 commit 08fbb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/testing/testController/common/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export async function startRunResultNamedPipe(
cancellationToken?: CancellationToken,
): Promise<{ name: string } & Disposable> {
traceVerbose('Starting Test Result named pipe');
const pipeName: string = '/Users/eleanorboyd/testingFiles/inc_dec_example/temp.txt'; // generateRandomPipeName('python-test-results');
const pipeName: string = generateRandomPipeName('python-test-results'); // '/Users/eleanorboyd/testingFiles/inc_dec_example/temp.txt'; //

let disposeOfServer: () => void = () => {
deferredTillServerClose.resolve();
Expand Down

0 comments on commit 08fbb69

Please sign in to comment.