Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(683)

Unified Diff: tools/chrome_proxy/run_livetests

Issue 1098253004: Move top_20 tests to a separate suite (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing Header validation tests Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/chrome_proxy/run_livetests
diff --git a/tools/chrome_proxy/run_benchmark b/tools/chrome_proxy/run_livetests
similarity index 89%
copy from tools/chrome_proxy/run_benchmark
copy to tools/chrome_proxy/run_livetests
index dfbf07970621a875f8f5c17fcfe6a07ae4b2edd9..3246db6d62d22b176e91a9bb3cbad8c9b5e2c113 100755
--- a/tools/chrome_proxy/run_benchmark
+++ b/tools/chrome_proxy/run_livetests
@@ -16,5 +16,5 @@ if __name__ == '__main__':
top_level_dir = os.path.dirname(os.path.realpath(__file__))
environment = benchmark_runner.Environment(
top_level_dir=top_level_dir,
- benchmark_dirs=[os.path.join(top_level_dir, 'integration_tests')])
+ benchmark_dirs=[os.path.join(top_level_dir, 'live_tests')])
sys.exit(benchmark_runner.main(environment))

Powered by Google App Engine
This is Rietveld 408576698