Home
last modified time | relevance | path

Searched refs:testFilePaths (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/sys/contrib/zstd/tests/
H A Dtest-zstd-speed.py212 def test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail): argument
233 for filePath in testFilePaths:
277 testFilePaths = [] variable
281 testFilePaths.append(os.path.abspath(fileName))
307 print("testFilePath(%s)=%s" % (len(testFilePaths), testFilePaths))
363 … test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail)