mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 19:50:38 +08:00
temporarily fixed #1279
This commit is contained in:
parent
6aa1eafc27
commit
fc4d64ae6b
@ -109,9 +109,9 @@ int main(int argc, char** argv)
|
||||
cvtest::TS::ptr()->init("gpu");
|
||||
testing::InitGoogleTest(&argc, argv);
|
||||
|
||||
cv::CommandLineParser parser(argc, (const char**)argv);
|
||||
//cv::CommandLineParser parser(argc, (const char**)argv);
|
||||
|
||||
std::string outputLevel = parser.get<std::string>("nvtest_output_level", "none");
|
||||
std::string outputLevel = "none";//parser.get<std::string>("nvtest_output_level", "none");
|
||||
|
||||
if (outputLevel == "none")
|
||||
nvidiaTestOutputLevel = OutputLevelNone;
|
||||
|
Loading…
Reference in New Issue
Block a user