Lines Matching +full:run +full:- +full:control
6 # SPDX-License-Identifier: GPL-2.0+
26 # Also allow entry-type modules to be brought in from the etype directory.
31 import control
34 """Run the functional tests and any embedded doctests"""
44 suite.run(result)
50 suite.run(result)
59 """Run the tests and check that we get 100% coverage"""
61 cmd = ('PYTHONPATH=%s/sandbox_spl/tools coverage run '
62 '--include "tools/binman/*.py" --omit "*test*,*binman.py" '
63 'tools/binman/binman.py -t' % options.build_dir)
66 coverage = stdout.splitlines()[-1].split(' ')[-1]
77 options: Command-line options
78 args: Non-option arguments
100 command.Run(pager, fname)
104 ret_code = control.Binman(options, args)