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

Unified Diff: base/test/launcher/unit_test_launcher.cc

Issue 108563003: Run dbus_unittests serially. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | dbus/dbus.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/launcher/unit_test_launcher.cc
diff --git a/base/test/launcher/unit_test_launcher.cc b/base/test/launcher/unit_test_launcher.cc
index 491d03491706da04cb1d9cc4076f5c79ab9ddea0..4bedfbd8cde8a40ff0ec0f3bf7f7ebd5d43bd6a2 100644
--- a/base/test/launcher/unit_test_launcher.cc
+++ b/base/test/launcher/unit_test_launcher.cc
@@ -497,7 +497,7 @@ int LaunchUnitTestsInternal(int argc,
MessageLoopForIO message_loop;
UnitTestLauncherDelegate delegate(batch_limit);
- base::TestLauncher launcher(&delegate, SysInfo::NumberOfProcessors());
+ base::TestLauncher launcher(&delegate, default_jobs);
bool success = launcher.Run(argc, argv);
fprintf(stdout,
« no previous file with comments | « no previous file | dbus/dbus.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698