Definition at line 256 of file addOnTests.py.
References createfilelist.int, edm.print(), and str.
261 opts, args = getopt.getopt(argv,
"dj:t:", [
"nproc=",
'uploadDir=',
'tests=',
'noRun',
'dump'])
262 except getopt.GetoptError
as e:
271 for opt, arg
in opts :
272 if opt
in (
'-j',
"--nproc" ):
274 if opt
in (
"--uploadDir", ):
276 if opt
in (
'--noRun', ):
278 if opt
in (
'-d',
'--dump', ):
280 if opt
in (
'-t',
'--tests', ):
281 testList = arg.split(
",")
288 tester.runTests(testList)
290 tester.upload(uploadDir)
S & print(S &os, JobReport::InputFile const &f)