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

Unified Diff: frontend/frontend_unittest.py

Issue 6539001: Merge remote branch 'cros/upstream' into master. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 10 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
« no previous file with comments | « frontend/afe/resources_test.py ('k') | server/crashcollect.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frontend/frontend_unittest.py
diff --git a/frontend/frontend_unittest.py b/frontend/frontend_unittest.py
index e0e37f1f7e04fb0c4589b2a9df0e5837310e53d4..c8b4cf12599f3ba7b6fa5c27c74d5f59127c5ce2 100755
--- a/frontend/frontend_unittest.py
+++ b/frontend/frontend_unittest.py
@@ -14,6 +14,8 @@ class FrontendTest(unittest.TestCase):
setup_test_environment.set_up()
global_config.global_config.override_config_value(
'AUTOTEST_WEB', 'parameterized_jobs', 'False')
+ global_config.global_config.override_config_value(
+ 'SERVER', 'rpc_logging', 'False')
def tearDown(self):
« no previous file with comments | « frontend/afe/resources_test.py ('k') | server/crashcollect.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698