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

Unified Diff: src/platform/update_engine/gen_coverage_html.sh

Issue 492008: AU: Try delta updates first, then full updates (Closed)
Patch Set: use mkstemp Created 11 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
Index: src/platform/update_engine/gen_coverage_html.sh
diff --git a/src/platform/update_engine/gen_coverage_html.sh b/src/platform/update_engine/gen_coverage_html.sh
index 1d3d586099f21fbc0a9fd887da2621e0924b6a86..39e8c6155c0f068a20c2548e036ae616345d7c74 100755
--- a/src/platform/update_engine/gen_coverage_html.sh
+++ b/src/platform/update_engine/gen_coverage_html.sh
@@ -6,7 +6,7 @@
set -ex
-scons debug=1 -j 2
+scons debug=1 -j $(cat /proc/cpuinfo |grep '^processor' | wc -l)
lcov -d . --zerocounters
./update_engine_unittests --gtest_filter='-*.RunAsRoot*:*.Fakeroot*'
fakeroot ./update_engine_unittests --gtest_filter='*.Fakeroot*'
« no previous file with comments | « src/platform/update_engine/filesystem_copier_action_unittest.cc ('k') | src/platform/update_engine/generate_delta_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698