changeset 159:c08fbad40ddd

less verbosity in unit tests
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 Oct 2012 14:21:38 +0200
parents 00604c758004
children ed494cef663e 616a2aaf5a4d
files UnitTests/main.cpp
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/UnitTests/main.cpp	Fri Oct 26 14:15:32 2012 +0200
+++ b/UnitTests/main.cpp	Fri Oct 26 14:21:38 2012 +0200
@@ -326,7 +326,10 @@
   // Initialize Google's logging library.
   FLAGS_logtostderr = true;
   FLAGS_minloglevel = 0;
-  FLAGS_v = 1;
+
+  // Go to trace-level verbosity
+  //FLAGS_v = 1;
+
   google::InitGoogleLogging("Orthanc");
 
   OrthancInitialize();