Lines Matching +full:twister +full:- +full:out
4 # SPDX-License-Identifier: Apache-2.0
6 Blackbox tests for twister's command line functions - simple does-error-out or not tests
16 # pylint: disable=no-name-in-module
48 '--overflow-as-errors',
55 apath = os.path.join(ZEPHYR_BASE, 'scripts', 'twister')
74 args = ['-T', testroot]
75 args += ['-i', '--outdir', out_path, '--test', test, '-y'] + \
77 ['-p'] * len(test_platforms), test_platforms
101 args = ['--outdir', out_path, '-T', path, '-vv'] + \
102 ['--build-only'] + \
104 ['-p'] * len(test_platforms), test_platforms
113 out, err = capfd.readouterr()
114 sys.stdout.write(out)