Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed May 28, 2023
1 parent 2525fe1 commit 7af74dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parallel_test_runner/parallel_test_runner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ public void WriteToGitHub() {

static async Task HandleOutput(string prefix, StreamReader output) {
var error_line = new Regex(
@"^(?:(?<file>{DIR}[^:]*)\((?<line>\d+)\)|unknown file)?: error: (?<message>.*)");
@"^(?:(?<file>{DIR}[^:]*)\((?<line>\d+)\)|unknown file): error: (?<message>.*)");
error_line = new Regex(error_line.ToString().Replace(
"{DIR}",
Regex.Escape(Directory.GetCurrentDirectory())));
Expand Down

0 comments on commit 7af74dc

Please sign in to comment.