| Index: tools_webrtc/mb/mb.py
|
| diff --git a/tools-webrtc/mb/mb.py b/tools_webrtc/mb/mb.py
|
| similarity index 99%
|
| rename from tools-webrtc/mb/mb.py
|
| rename to tools_webrtc/mb/mb.py
|
| index c01d6abaf0aad9950ea27385f9ce257022daee38..d12ba389e499fb2c7f3ccbbb61bbca7e2893dbf0 100755
|
| --- a/tools-webrtc/mb/mb.py
|
| +++ b/tools_webrtc/mb/mb.py
|
| @@ -619,7 +619,7 @@ class MetaBuildWrapper(object):
|
| def ReadIOSBotConfig(self):
|
| if not self.args.master or not self.args.builder:
|
| return {}
|
| - path = self.PathJoin(self.src_dir, 'tools-webrtc', 'ios',
|
| + path = self.PathJoin(self.src_dir, 'tools_webrtc', 'ios',
|
| self.args.master,
|
| self.args.builder.replace(' ', '_') + '.json')
|
| if not self.Exists(path):
|
| @@ -1077,7 +1077,7 @@ class MetaBuildWrapper(object):
|
| memcheck = is_linux and 'rtc_use_memcheck=true' in vals['gn_args']
|
| memcheck_cmdline = [
|
| 'bash',
|
| - '../../tools-webrtc/valgrind/webrtc_tests.sh',
|
| + '../../tools_webrtc/valgrind/webrtc_tests.sh',
|
| '--tool',
|
| 'memcheck',
|
| '--target',
|
| @@ -1090,12 +1090,12 @@ class MetaBuildWrapper(object):
|
| if not memcheck:
|
| extra_files += [
|
| '../../third_party/gtest-parallel/gtest-parallel',
|
| - '../../tools-webrtc/gtest-parallel-wrapper.py',
|
| + '../../tools_webrtc/gtest-parallel-wrapper.py',
|
| ]
|
| sep = '\\' if self.platform == 'win32' else '/'
|
| output_dir = '${ISOLATED_OUTDIR}' + sep + 'test_logs'
|
| gtest_parallel_wrapper = [
|
| - '../../tools-webrtc/gtest-parallel-wrapper.py',
|
| + '../../tools_webrtc/gtest-parallel-wrapper.py',
|
| '--output_dir=%s' % output_dir,
|
| '--gtest_color=no',
|
| # We tell gtest-parallel to interrupt the test after 900 seconds,
|
|
|