Home
last modified time | relevance | path

Searched refs:ignore_error (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebKitTools/Scripts/webkitpy/
Dcredentials_unittest.py108 …command.assert_called_with(["git", "config", "--get", "foo"], error_handler=Executive.ignore_error)
112 …rt_called_with(["git", "config", "--get", "test_prefix.foo"], error_handler=Executive.ignore_error)
Dexecutive_unittest.py37 … run_command(["foo_bar_command_blah"], error_handler=Executive.ignore_error, return_exit_code=True)
Dscm.py107 print run_command(self.status_command(), error_handler=Executive.ignore_error)
372 …v-parse', '--is-inside-work-tree'], cwd=path, error_handler=Executive.ignore_error).rstrip() == "t…
442 … run_command(['git', 'revert', '--no-commit', git_commit], error_handler=Executive.ignore_error)
Dcredentials.py60 error_handler=Executive.ignore_error).rstrip('\n')
Dexecutive.py133 def ignore_error(error): member in Executive
Dscm_unittest.py151 …lf.assertRaises(OSError, run_command, command_does_not_exist, error_handler=Executive.ignore_error)
156 self.assertTrue(run_command(command_returns_non_zero, error_handler=Executive.ignore_error))