We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
WasmBuildTest
1 parent dee9010 commit 080fcaeCopy full SHA for 080fcae
src/mono/wasm/Wasm.Build.Tests/BrowserRunner.cs
@@ -18,7 +18,7 @@ internal class BrowserRunner : IAsyncDisposable
18
{
19
private static Regex s_blazorUrlRegex = new Regex("Now listening on: (?<url>https?://.*$)");
20
private static Regex s_appHostUrlRegex = new Regex("^App url: (?<url>https?://.*$)");
21
- private static Regex s_exitRegex = new Regex("WASM EXIT (?<exitCode>[0-9]+)$");
+ private static Regex s_exitRegex = new Regex("WASM EXIT (?<exitCode>-?[0-9]+)$");
22
private static readonly Lazy<string> s_chromePath = new(() =>
23
24
string artifactsBinDir = Path.Combine(Path.GetDirectoryName(typeof(BuildTestBase).Assembly.Location)!, "..", "..", "..", "..");
0 commit comments