Index: tools/mb/mb.py |
diff --git a/tools/mb/mb.py b/tools/mb/mb.py |
index 54d816db3a622923cdc91df3a6b431b9ab7e9f9b..0b4f85e98bd2fa3e2ea39ca1fe99b5a5433c6cfd 100755 |
--- a/tools/mb/mb.py |
+++ b/tools/mb/mb.py |
@@ -1113,7 +1113,7 @@ class MetaBuildWrapper(object): |
memcheck = is_linux and 'rtc_use_memcheck=true' in vals['gn_args'] |
memcheck_cmdline = [ |
'bash', |
- '../../tools/valgrind-webrtc/webrtc_tests.sh', |
+ '../../tools-webrtc/valgrind/webrtc_tests.sh', |
'--tool', |
'memcheck', |
'--target', |