From 05236a89afae00ef2c649c901231702f6b70eeff Mon Sep 17 00:00:00 2001 From: triton Date: Fri, 10 Jul 2015 18:01:01 +0100 Subject: [PATCH] Enable verbose mode in tests driver for Travis troubleshooting. --- src/Generator.Tests/GeneratorTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Generator.Tests/GeneratorTest.cs b/src/Generator.Tests/GeneratorTest.cs index a57a1dde..f1c1ca28 100644 --- a/src/Generator.Tests/GeneratorTest.cs +++ b/src/Generator.Tests/GeneratorTest.cs @@ -31,6 +31,7 @@ namespace CppSharp.Utils options.SharedLibraryName = name + ".Native"; options.GenerateLibraryNamespace = true; options.Quiet = true; + options.Verbose = true; options.IgnoreParseWarnings = true; driver.Diagnostics.Message("");