Commit cfc09d01 authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

disabled NVidia test output by default

parent 06a13d9b
......@@ -122,7 +122,7 @@ int main(int argc, char** argv)
"{ h help ? | | Print help}"
"{ i info | | Print information about system and exit }"
"{ device | -1 | Device on which tests will be executed (-1 means all devices) }"
"{ nvtest_output_level | compact | NVidia test verbosity level (none, compact, full) }"
"{ nvtest_output_level | none | NVidia test verbosity level (none, compact, full) }"
;
CommandLineParser cmd(argc, (const char**)argv, keys);
......
......@@ -42,7 +42,7 @@
#include "test_precomp.hpp"
#if defined HAVE_CUDA
OutputLevel nvidiaTestOutputLevel = OutputLevelCompact;
OutputLevel nvidiaTestOutputLevel = OutputLevelNone;
#endif
#if defined HAVE_CUDA && !defined(CUDA_DISABLER)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment