| Index: testing/scripts/telemetry_unittests.py
|
| diff --git a/testing/scripts/telemetry_unittests.py b/testing/scripts/telemetry_unittests.py
|
| index c65254950fa73b3d213e89aa42b2714c390db177..2c680633051f922bf65ea9b247db82d243031b8a 100755
|
| --- a/testing/scripts/telemetry_unittests.py
|
| +++ b/testing/scripts/telemetry_unittests.py
|
| @@ -40,7 +40,7 @@ def main_run(args):
|
| with open(tempfile_path) as f:
|
| results = json.load(f)
|
|
|
| - parsed_results = common.parse_common_test_results(results)
|
| + parsed_results = common.parse_common_test_results(results, test_separator='.')
|
| failures = parsed_results['unexpected_failures']
|
|
|
| json.dump({
|
|
|