From 12f01b778b702071398ee70eb2979195a6cdbe6d Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Tue, 22 Sep 2015 15:02:43 +0300 Subject: [PATCH] fix perf tests --- modules/ts/src/ts_perf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ts/src/ts_perf.cpp b/modules/ts/src/ts_perf.cpp index 6201dff7d3..1a959f176d 100644 --- a/modules/ts/src/ts_perf.cpp +++ b/modules/ts/src/ts_perf.cpp @@ -914,7 +914,7 @@ void TestBase::Init(const std::vector & availableImpls, if (!args.check()) { args.printErrors(); - exit(); + exit(1); } timeLimitDefault = param_time_limit == 0.0 ? 1 : (int64)(param_time_limit * cv::getTickFrequency());