mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
Fix flaky testRecursedepsCustomdepsOverride.
Fixed: 1345847 Change-Id: I3d4ea30210f0bf7cb5ace5095d06ca459a7039b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3783155 Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Joanna Wang <jojwang@chromium.org> Auto-Submit: Joanna Wang <jojwang@chromium.org>
This commit is contained in:
@@ -879,7 +879,8 @@ class GclientTest(trial_dir.TestCase):
|
||||
options, _ = gclient.OptionParser().parse_args([])
|
||||
obj = gclient.GClient.LoadCurrentConfig(options)
|
||||
obj.RunOnDeps('None', [])
|
||||
self.assertEqual(
|
||||
six.assertCountEqual(
|
||||
self,
|
||||
[
|
||||
('foo', 'svn://example.com/foo'),
|
||||
(os.path.join('foo', 'bar'), 'svn://example.com/override'),
|
||||
|
||||
Reference in New Issue
Block a user