Skip to content

Commit d7ceea7

Browse files
authored
Print the command being run when debugging tests (#1417)
Just like a regular test run, print the command being run when starting a debugging session whiel running tests.
1 parent 7b60f35 commit d7ceea7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/TestExplorer/TestRunner.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -961,6 +961,8 @@ export class TestRunner {
961961
);
962962

963963
const outputHandler = this.testOutputHandler(config.testType, runState);
964+
outputHandler(`> ${config.program} ${config.args.join(" ")}\n\n\r`);
965+
964966
LoggingDebugAdapterTracker.setDebugSessionCallback(
965967
session,
966968
this.workspaceContext.outputChannel,

0 commit comments

Comments
 (0)