Lines Matching defs:run
16 - domain name, can be used to run only specific tests via command-line;
19 - commands to be run on each job (only build, build and test, or any other custom);
40 job generation code will be run. Currently only used for hashes.
195 run all the commands, except that if the first command fails, none of the
196 other commands are run (typically, the first command is a build command
197 and subsequent commands are tests that cannot run if the build failed).'''
318 Establish a list of configuration symbols. For each symbol, run a test job
344 Establish a list of configuration symbols. For each symbol, run a test job
446 def run(options, job, conf, colors=NO_COLORS):
474 success = run(options, job, conf, colors=colors)
530 help='Command to run instead of make (e.g. gmake)',