Searched refs:ignore_errors (Results 1 – 12 of 12) sorted by relevance
| /u-boot/test/py/tests/ |
| A D | test_ums.py | 160 def umount(ignore_errors): argument 175 u_boot_utils.run_and_log(u_boot_console, cmd, ignore_errors) 177 def stop_ums(ignore_errors): argument 197 ignore_errors) 216 umount(ignore_errors=ignore_cleanup_errors) 218 stop_ums(ignore_errors=ignore_cleanup_errors) 231 umount(ignore_errors=ignore_cleanup_errors) 233 stop_ums(ignore_errors=ignore_cleanup_errors)
|
| A D | test_kconfig.py | 21 '-a', 'TEST_KCONFIG', '-o', TMPDIR], ignore_errors=True) 34 '-a', 'TEST_KCONFIG', '-o', TMPDIR], ignore_errors=True)
|
| A D | test_of_migrate.py | 59 *migrate, '-w', '-o', tmpdir], ignore_errors=True, env=env) 75 ignore_errors=True) 107 ignore_errors=True)
|
| A D | test_dfu.py | 171 def stop_dfu(ignore_errors): argument 194 env__usb_dev_port['host_usb_dev_node'], ignore_errors) 196 if not ignore_errors:
|
| /u-boot/test/py/ |
| A D | u_boot_utils.py | 134 def wait_until_file_open_fails(fn, ignore_errors): argument 156 if ignore_errors: 160 def run_and_log(u_boot_console, cmd, ignore_errors=False, stdin=None, env=None): argument 181 output = runner.run(cmd, ignore_errors=ignore_errors, stdin=stdin, env=env)
|
| A D | multiplexed_log.py | 114 def run(self, cmd, cwd=None, ignore_errors=False, stdin=None, env=None): argument 170 if exit_status and not exception and not ignore_errors:
|
| /u-boot/test/py/tests/test_efi_bootmgr/ |
| A D | conftest.py | 23 shutil.rmtree(mnt_point, ignore_errors=True)
|
| /u-boot/test/py/tests/test_eficonfig/ |
| A D | conftest.py | 25 shutil.rmtree(mnt_point, ignore_errors=True)
|
| /u-boot/tools/patman/ |
| A D | control.py | 175 its_a_go = ok or args.ignore_errors
|
| A D | README.rst | 143 ignore_errors: True
|
| A D | patman.rst | 143 ignore_errors: True
|
| /u-boot/doc/develop/ |
| A D | patman.rst | 143 ignore_errors: True
|
Completed in 20 milliseconds