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

Unified Diff: tools/mb/mb_unittest.py

Issue 2578093002: Move tools/valgrind-webrtc -> tools-webrtc/valgrind (Closed)
Patch Set: Sorted presubmit pylint exclusion Created 4 years 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/mb/mb.py ('k') | tools/valgrind-webrtc/gtest_exclude/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_unittest.py
diff --git a/tools/mb/mb_unittest.py b/tools/mb/mb_unittest.py
index 3348b731019c5ddb684a3181ddb92758153f5b4c..fc69828d5ab8d524f4fd5bd0b81742c44a6ddc93 100755
--- a/tools/mb/mb_unittest.py
+++ b/tools/mb/mb_unittest.py
@@ -636,7 +636,7 @@ class UnitTest(unittest.TestCase):
'/fake_src/out/Release/base_unittests.runtime_deps': (
"base_unittests\n"
"lots_of_memcheck_dependencies\n"
- "../../tools/valgrind-webrtc/webrtc_tests.sh\n"
+ "../../tools-webrtc/valgrind/webrtc_tests.sh\n"
),
}
mbw = self.check(['gen', '-c', 'gn_memcheck_bot', '//out/Release',
@@ -652,14 +652,14 @@ class UnitTest(unittest.TestCase):
self.assertEqual(files, [
'../../testing/test_env.py',
- '../../tools/valgrind-webrtc/webrtc_tests.sh',
+ '../../tools-webrtc/valgrind/webrtc_tests.sh',
'base_unittests',
'lots_of_memcheck_dependencies',
])
self.assertEqual(command, [
'../../testing/test_env.py',
'bash',
- '../../tools/valgrind-webrtc/webrtc_tests.sh',
+ '../../tools-webrtc/valgrind/webrtc_tests.sh',
'--tool',
'memcheck',
'--target',
« no previous file with comments | « tools/mb/mb.py ('k') | tools/valgrind-webrtc/gtest_exclude/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698