diff --git a/src/Generator.Tests/GeneratorTest.cs b/src/Generator.Tests/GeneratorTest.cs index cde7ff14..dcc4d50b 100644 --- a/src/Generator.Tests/GeneratorTest.cs +++ b/src/Generator.Tests/GeneratorTest.cs @@ -30,9 +30,8 @@ namespace CppSharp.Utils options.OutputDir = Path.Combine(GetOutputDirectory(), "gen", name); options.SharedLibraryName = name + ".Native"; options.GenerateLibraryNamespace = true; - options.Quiet = false; + options.Quiet = true; options.IgnoreParseWarnings = true; - options.Verbose = true; driver.Diagnostics.EmitMessage(""); driver.Diagnostics.EmitMessage("Generating bindings for {0} ({1})",