Merge "capture cpu information when we setup_host"

This commit is contained in:
Jenkins
2014-06-17 19:50:57 +00:00
committed by Gerrit Code Review

View File

@@ -352,6 +352,10 @@ function setup_host {
local xtrace=$(set +o | grep xtrace)
set -o xtrace
# capture # of cpus
echo "NProc things we have $(nproc) cpus"
cat /proc/cpuinfo
# This is necessary to keep sudo from complaining
fix_etc_hosts