test result details now print module.class.test_name in verbose mode.
And, turns off verbose mode by default. This must have been switched
on as the default when somebody was testing.
llvm-svn: 255310
diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py
index 51d57d4..1712c50 100644
--- a/lldb/packages/Python/lldbsuite/test/configuration.py
+++ b/lldb/packages/Python/lldbsuite/test/configuration.py
@@ -120,7 +120,7 @@
svn_info = ''
# Default verbosity is 0.
-verbose = 1
+verbose = 0
# By default, search from the script directory.
# We can't use sys.path[0] to determine the script directory