| Index: gen_coverage_html.sh
|
| diff --git a/gen_coverage_html.sh b/gen_coverage_html.sh
|
| index 39e8c6155c0f068a20c2548e036ae616345d7c74..c91089e5cf90909f1c0f7fc170ae74054a456aa8 100755
|
| --- a/gen_coverage_html.sh
|
| +++ b/gen_coverage_html.sh
|
| @@ -6,7 +6,7 @@
|
|
|
| set -ex
|
|
|
| -scons debug=1 -j $(cat /proc/cpuinfo |grep '^processor' | wc -l)
|
| +scons -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*'
|
|
|