Skip to content

Commit

Permalink
Update tests.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
apache-hb committed May 31, 2024
1 parent 3f4ee1e commit 3503823
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 3503823

Please sign in to comment.