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

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

Issue 1599029: update engine: 32- and 64-bit compile (Closed)
Patch Set: int32->int32_t, PRIi64, 80 cols for review Created 10 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: 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 39e8c6155c0f068a20c2548e036ae616345d7c74..55133bc18eaae405a97f6928f42b92f794641431 100755
--- a/src/platform/update_engine/gen_coverage_html.sh
+++ b/src/platform/update_engine/gen_coverage_html.sh
@@ -11,6 +11,7 @@ lcov -d . --zerocounters
./update_engine_unittests --gtest_filter='-*.RunAsRoot*:*.Fakeroot*'
fakeroot ./update_engine_unittests --gtest_filter='*.Fakeroot*'
sudo ./update_engine_unittests --gtest_filter='*.RunAsRoot*'
+#./update_engine_unittests --gtest_filter='ZipTest*.*'
Daniel Erat 2010/04/15 00:55:47 did you mean to leave this in? it's commented out
lcov --directory . --capture --output-file app.info
# some versions of genhtml support the --no-function-coverage argument,

Powered by Google App Engine
This is Rietveld 408576698