mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
ts: update valgrind test filter
- DNN: avoid very large models - build filter per module - fixed longTestFilter
This commit is contained in:
@@ -123,7 +123,7 @@ class AndroidTestSuite(TestSuite):
|
||||
def checkPrerequisites(self):
|
||||
self.adb.init(self.options.serial)
|
||||
|
||||
def runTest(self, path, logfile, workingDir, args=[]):
|
||||
def runTest(self, module, path, logfile, workingDir, args=[]):
|
||||
args = args[:]
|
||||
exe = os.path.abspath(path)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user