Commit fc4d64ae authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

temporarily fixed #1279

parent 6aa1eafc
......@@ -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;
......
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