Searched refs:get_git_command (Results 1 – 1 of 1) sorted by relevance
/external/oss-fuzz/infra/base-images/base-builder/ |
D | bisect_clang_test.py | 27 def get_git_command(*args): function 166 self.assertEqual([get_git_command('subcommand', '--option')], 214 get_git_command('checkout', commit), self.test_command, 215 get_git_command('bisect', label) 230 self.assertEqual(get_git_command('bisect', 'start'), 242 self.assertEqual([get_git_command('bisect', subcommand)], 259 get_git_command('bisect', label)], command_args)
|