disabled NVidia test output by default
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Thu, 4 Oct 2012 09:33:06 +0000 (13:33 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Thu, 4 Oct 2012 09:33:06 +0000 (13:33 +0400)
modules/gpu/test/main.cpp
modules/gpu/test/test_nvidia.cpp

index 665b3ab..12f93d2 100644 (file)
@@ -119,10 +119,10 @@ int main(int argc, char** argv)
     try\r
     {\r
         const std::string keys =\r
-                "{ h help ?            |         | Print help}"\r
-                "{ i info              |         | Print information about system and exit }"\r
-                "{ device              | -1      | Device on which tests will be executed (-1 means all devices) }"\r
-                "{ nvtest_output_level | compact | NVidia test verbosity level (none, compact, full) }"\r
+                "{ h help ?            |      | Print help}"\r
+                "{ i info              |      | Print information about system and exit }"\r
+                "{ device              | -1   | Device on which tests will be executed (-1 means all devices) }"\r
+                "{ nvtest_output_level | none | NVidia test verbosity level (none, compact, full) }"\r
                 ;\r
 \r
         CommandLineParser cmd(argc, (const char**)argv, keys);\r
index 4e6db58..7d73fca 100644 (file)
@@ -42,7 +42,7 @@
 #include "test_precomp.hpp"\r
 \r
 #if defined HAVE_CUDA\r
-  OutputLevel nvidiaTestOutputLevel = OutputLevelCompact;\r
+  OutputLevel nvidiaTestOutputLevel = OutputLevelNone;\r
 #endif\r
 \r
 #if defined HAVE_CUDA && !defined(CUDA_DISABLER)\r