[mtouch tests] Format output spew better to make it easier to parse by mere humans.

This commit is contained in:
Rolf Bjarne Kvinge 2017-01-27 19:09:22 +01:00
Родитель 2a21419197
Коммит d5ebc46391
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -60,7 +60,7 @@ namespace Xamarin.Tests
if (rv != 0) {
if (output.Length > 0)
Console.WriteLine (output);
Console.WriteLine ("\t" + output.ToString ().Replace ("\n", "\n\t"));
}
ParseMessages ();