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