make NVIDIA tests verbose by default
(cherry picked from commit 17608f7ade)
This commit is contained in:
committed by
Alexander Smorkalov
parent
f08dd510fa
commit
55339de684
@@ -58,7 +58,7 @@ int main(int argc, char** argv)
|
||||
"{ h | help ? | false | Print help}"
|
||||
"{ i | info | false | Print information about system and exit }"
|
||||
"{ d | device | -1 | Device on which tests will be executed (-1 means all devices) }"
|
||||
"{ nvtest_output_level | nvtest_output_level | none | NVidia test verbosity level (none, compact, full) }"
|
||||
"{ nvtest_output_level | nvtest_output_level | full | NVidia test verbosity level (none, compact, full) }"
|
||||
;
|
||||
|
||||
CommandLineParser cmd(argc, (const char**)argv, keys);
|
||||
|
||||
Reference in New Issue
Block a user