Lines Matching +full:twister +full:- +full:out
4 # SPDX-License-Identifier: Apache-2.0
6 Blackbox tests for twister's command line functions related to disable features.
26 '--disable-suite-name-check',
33 '-v',
42 '--disable-warnings-as-errors',
48 '-v',
56 apath = os.path.join(ZEPHYR_BASE, 'scripts', 'twister')
71 'disable-suite-name-check',
72 'suite-name-check'
77 args = ['-i', '--outdir', out_path, '-T', test_path] + \
79 ['-vv', '-ll', 'DEBUG'] + \
81 ['-p'] * len(test_platforms), test_platforms
88 out, err = capfd.readouterr()
89 sys.stdout.write(out)
105 'disable-warnings-as-errors',
106 'warnings-as-errors'
111 args = ['-i', '--outdir', out_path, '-T', test_path] + \
113 ['-vv'] + \
114 ['--build-only'] + \
116 ['-p'] * len(test_platforms), test_platforms
123 out, err = capfd.readouterr()
124 sys.stdout.write(out)
128 f"Twister return not expected ({expected_exit_code}) exit code: ({sys_exit.value})"