diff options
Diffstat (limited to 'src/test/burn/WixTestTools/TestTool.cs')
-rw-r--r-- | src/test/burn/WixTestTools/TestTool.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/burn/WixTestTools/TestTool.cs b/src/test/burn/WixTestTools/TestTool.cs index eb77c75b..79e7004c 100644 --- a/src/test/burn/WixTestTools/TestTool.cs +++ b/src/test/burn/WixTestTools/TestTool.cs | |||
@@ -229,7 +229,7 @@ namespace WixTestTools | |||
229 | returnValue.AppendLine("Tool run result:"); | 229 | returnValue.AppendLine("Tool run result:"); |
230 | returnValue.AppendLine("----------------"); | 230 | returnValue.AppendLine("----------------"); |
231 | returnValue.AppendLine("Command:"); | 231 | returnValue.AppendLine("Command:"); |
232 | returnValue.AppendLine($"\"{result.StartInfo.FileName}\" {result.StartInfo.Arguments}"); | 232 | returnValue.AppendLine($"\"{result.FileName}\" {result.Arguments}"); |
233 | returnValue.AppendLine(); | 233 | returnValue.AppendLine(); |
234 | returnValue.AppendLine("Standard Output:"); | 234 | returnValue.AppendLine("Standard Output:"); |
235 | foreach (var line in result.StandardOutput ?? new string[0]) | 235 | foreach (var line in result.StandardOutput ?? new string[0]) |