Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Unified Diff: tools-webrtc/mb/mb_unittest.py

Issue 2785653002: Use Chromium's mirror of github for gtest-parallel. (Closed)
Patch Set: Roll latest revision. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools-webrtc/mb/mb.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools-webrtc/mb/mb_unittest.py
diff --git a/tools-webrtc/mb/mb_unittest.py b/tools-webrtc/mb/mb_unittest.py
index f6ffb866efcff5e62c2a95286b43c6b32cf08397..6b1b2ec1c8dead66a9d29fe1a94d8313bee072f6 100755
--- a/tools-webrtc/mb/mb_unittest.py
+++ b/tools-webrtc/mb/mb_unittest.py
@@ -481,13 +481,13 @@ class UnitTest(unittest.TestCase):
'../../testing/test_env.py',
'../../testing/xvfb.py',
'../../third_party/gtest-parallel/gtest-parallel',
pbos-webrtc 2017/03/29 17:52:01 and this?
- '../../third_party/gtest-parallel/gtest-parallel-wrapper.py',
+ '../../tools-webrtc/gtest-parallel-wrapper.py',
'base_unittests',
'some_resource_file',
])
self.assertEqual(command, [
'../../testing/xvfb.py',
- '../../third_party/gtest-parallel/gtest-parallel-wrapper.py',
+ '../../tools-webrtc/gtest-parallel-wrapper.py',
'--output_dir=${ISOLATED_OUTDIR}/test_logs',
'./base_unittests',
'--',
@@ -526,13 +526,13 @@ class UnitTest(unittest.TestCase):
self.assertEqual(files, [
'../../testing/test_env.py',
'../../third_party/gtest-parallel/gtest-parallel',
pbos-webrtc 2017/03/29 17:52:01 this one too?
- '../../third_party/gtest-parallel/gtest-parallel-wrapper.py',
+ '../../tools-webrtc/gtest-parallel-wrapper.py',
'some_dependency',
'unittests.exe',
])
self.assertEqual(command, [
'../../testing/test_env.py',
- '../../third_party/gtest-parallel/gtest-parallel-wrapper.py',
+ '../../tools-webrtc/gtest-parallel-wrapper.py',
'--output_dir=${ISOLATED_OUTDIR}\\test_logs',
r'.\unittests.exe',
'--',
@@ -568,12 +568,12 @@ class UnitTest(unittest.TestCase):
self.assertEqual(files, [
'../../testing/test_env.py',
'../../third_party/gtest-parallel/gtest-parallel',
pbos-webrtc 2017/03/29 17:52:01 and this
- '../../third_party/gtest-parallel/gtest-parallel-wrapper.py',
+ '../../tools-webrtc/gtest-parallel-wrapper.py',
'base_unittests',
])
self.assertEqual(command, [
'../../testing/test_env.py',
- '../../third_party/gtest-parallel/gtest-parallel-wrapper.py',
+ '../../tools-webrtc/gtest-parallel-wrapper.py',
'--output_dir=${ISOLATED_OUTDIR}/test_logs',
'./base_unittests',
'--',
« no previous file with comments | « tools-webrtc/mb/mb.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698