Skip to content

Commit

Permalink
Update tests.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
apache-hb authored and tristan957 committed Jul 1, 2024
1 parent 5171ba2 commit 7065db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export async function testRunHandler(
try {
await exec(
extensionConfiguration("mesonPath"),
["test", "-C", buildDir, "--print-errorlog", test.id],
["test", "-C", buildDir, "--print-errorlog", `"${test.id}"`],
extensionConfiguration("testEnvironment"),
);
let duration = Date.now() - starttime;
Expand Down

0 comments on commit 7065db4

Please sign in to comment.