Skip to content

Commit

Permalink
Update launchNeovimAndRunTests.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
saidelike authored May 17, 2024
1 parent 3d9ced5 commit c7924f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/test-harness/src/launchNeovimAndRunTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,10 @@ export async function launchNeovimAndRunTests(extensionTestsPath: string) {
});

const { status, signal, error } = cp.spawnSync(cli, [`-V9`], {
stdio: ["inherit", "pipe", "pipe"],
encoding: "utf-8",
stdio: "inherit",
env: {
...process.env,
//...process.env,
// "NVIM_NODE_HOST_DEBUG": "1",
NVIM_NODE_LOG_FILE: logName,
NVIM_NODE_LOG_LEVEL: "info",
Expand Down

0 comments on commit c7924f8

Please sign in to comment.