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

Unified Diff: chrome/test/live_sync/live_sync_test.cc

Issue 6404003: Silence testserver logs when tests are run in non-verbose mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 | « no previous file | net/test/test_server.h » ('j') | net/test/test_server.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/live_sync/live_sync_test.cc
diff --git a/chrome/test/live_sync/live_sync_test.cc b/chrome/test/live_sync/live_sync_test.cc
index 21146e95130298f2a990ca00f91eff0b5de076e7..a210dbb07d1889e0f4983547801b8a6eadc053d9 100644
--- a/chrome/test/live_sync/live_sync_test.cc
+++ b/chrome/test/live_sync/live_sync_test.cc
@@ -106,6 +106,8 @@ LiveSyncTest::LiveSyncTest(TestType test_type)
test_server_handle_(base::kNullProcessHandle) {
InProcessBrowserTest::set_show_window(true);
+ sync_server_.SetConsoleLogging(false);
+
switch (test_type_) {
case SINGLE_CLIENT: {
num_clients_ = 1;
« no previous file with comments | « no previous file | net/test/test_server.h » ('j') | net/test/test_server.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698