Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Feb 11, 2025
1 parent 8036f67 commit 1e2ec22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/xharness/Jenkins/TestServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ IEnumerable<ITestTask> find_tasks (StreamWriter writer, string ids)
// Ref: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2351243
response.StatusCode = 400;
response.StatusDescription = "Bad Request";
response.Write ("Invalid local path");
response.OutputStream.Write (System.Text.Encoding.UTF8.GetBytes ("Invalid local path"));
return;
}

Expand Down

0 comments on commit 1e2ec22

Please sign in to comment.