Skip to content

Commit

Permalink
[debug] dump build output
Browse files Browse the repository at this point in the history
context: https://bugzilla.xamarin.com/show_bug.cgi?id=57828

this commit should be reverted.
  • Loading branch information
lewurm committed Aug 17, 2017
1 parent d8ea7b2 commit 460b62a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1527,6 +1527,7 @@ public interface OnFooListener
using (var builder = CreateDllBuilder (path, false, false)) {
try {
builder.Build (proj);
Console.WriteLine ("build output:\n<<<<start>>>>\n" + builder.LastBuildOutput + "\n<<<<end>>>>");
if (failureExpected)
Assert.Fail ("Build should fail.");
if (expectedWarning == null)
Expand Down

0 comments on commit 460b62a

Please # to comment.