1
0
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:
Alexander Alekhin
2018-09-19 00:21:39 +00:00
parent 15e9e3304c
commit ec9c53eeff
3 changed files with 29 additions and 11 deletions
+1 -1
View File
@@ -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)