summaryrefslogtreecommitdiffstats
path: root/testing/scripts
diff options
context:
space:
mode:
authorphajdan.jr <phajdan.jr@chromium.org>2015-07-06 04:14:59 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-06 11:15:41 +0000
commitd02a4df34615015cede40b8aed73b3320eddcc9b (patch)
treee39beb27d9078eb4ea1f26fd9285062c6ddf4817 /testing/scripts
parent905eb24611b2cf3903e100a438e56209b4484bb6 (diff)
downloadchromium_src-d02a4df34615015cede40b8aed73b3320eddcc9b.zip
chromium_src-d02a4df34615015cede40b8aed73b3320eddcc9b.tar.gz
chromium_src-d02a4df34615015cede40b8aed73b3320eddcc9b.tar.bz2
Clean up src-side runtest.py, patch #2 (remove log scraping)
BUG=506498 Review URL: https://codereview.chromium.org/1225563004 Cr-Commit-Position: refs/heads/master@{#337381}
Diffstat (limited to 'testing/scripts')
-rwxr-xr-xtesting/scripts/telemetry_perf_unittests.py1
-rwxr-xr-xtesting/scripts/telemetry_unittests.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/testing/scripts/telemetry_perf_unittests.py b/testing/scripts/telemetry_perf_unittests.py
index 06e0181..0c6f0898 100755
--- a/testing/scripts/telemetry_perf_unittests.py
+++ b/testing/scripts/telemetry_perf_unittests.py
@@ -25,7 +25,6 @@ def main_run(args):
with common.temporary_file() as tempfile_path:
test_args += ['--write-full-results-to', tempfile_path]
rc = common.run_runtest(args, [
- '--annotate', 'gtest',
'--test-type', 'telemetry_perf_unittests',
'--run-python-script',
os.path.join(common.SRC_DIR, 'tools', 'perf', 'run_tests')
diff --git a/testing/scripts/telemetry_unittests.py b/testing/scripts/telemetry_unittests.py
index 50af0c0..ad7e66f 100755
--- a/testing/scripts/telemetry_unittests.py
+++ b/testing/scripts/telemetry_unittests.py
@@ -18,7 +18,6 @@ def main_run(args):
with common.temporary_file() as tempfile_path:
rc = common.run_runtest(args, [
- '--annotate', 'gtest',
'--test-type', 'telemetry_unittests',
'--run-python-script',
os.path.join(common.SRC_DIR, 'tools', 'telemetry', 'run_tests'),