Definition at line 222 of file addOnTests.py.
References createfilelist.int, edm.print(), and str.
227 opts, args = getopt.getopt(argv,
"dj:t:", [
"nproc=",
'uploadDir=',
'tests=',
'noRun',
'dump'])
228 except getopt.GetoptError
as e:
237 for opt, arg
in opts :
238 if opt
in (
'-j',
"--nproc" ):
240 if opt
in (
"--uploadDir", ):
242 if opt
in (
'--noRun', ):
244 if opt
in (
'-d',
'--dump', ):
246 if opt
in (
'-t',
'--tests', ):
247 testList = arg.split(
",")
254 tester.runTests(testList)
256 tester.upload(uploadDir)
S & print(S &os, JobReport::InputFile const &f)