Skip to content

Commit

Permalink
Fix WBT (#94265)
Browse files Browse the repository at this point in the history
  • Loading branch information
kg authored Nov 1, 2023
1 parent e4fbdb9 commit 771a1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/wasm/Wasm.Build.Tests/Templates/InterpPgoTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public async Task FirstRunGeneratesTableAndSecondRunLoadsIt(string config)
using var runCommand = new RunCommand(s_buildEnv, _testOutput)
.WithWorkingDirectory(_projectDir!);
await using var runner = new BrowserRunner(_testOutput);
var url = await runner.StartServerAndGetUrlAsync(runCommand, $"run --no-silent -c {config} --no-build --project {projectFile} --forward-console");
var url = await runner.StartServerAndGetUrlAsync(runCommand, $"run --no-silent -c {config} --no-build --project \"{projectFile}\" --forward-console");
IBrowser browser = await runner.SpawnBrowserAsync(url);
IBrowserContext context = await browser.NewContextAsync();

Expand Down

0 comments on commit 771a1ab

Please sign in to comment.