| Index: testing/scripts/telemetry_unittests.py
|
| diff --git a/testing/scripts/telemetry_unittests.py b/testing/scripts/telemetry_unittests.py
|
| index 3b90758669324e7811346bdee4b2d5203be2cfc1..129304eac08ff9eb954da9896425084c9e555a38 100755
|
| --- a/testing/scripts/telemetry_unittests.py
|
| +++ b/testing/scripts/telemetry_unittests.py
|
| @@ -18,6 +18,7 @@ def main_run(args):
|
|
|
| with common.temporary_file() as tempfile_path:
|
| rc = common.run_command([
|
| + sys.executable,
|
| os.path.join(args.paths['build'], 'scripts', 'tools', 'runit.py'),
|
| '--show-path',
|
| os.path.join(args.paths['build'], 'scripts', 'slave', 'runtest.py'),
|
|
|