summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2019-12-09 16:03:11 +1300
committerPaul Eggleton <paul.eggleton@linux.intel.com>2019-12-09 23:54:56 +1300
commit0c52b603369d48178844dbe2a9ebad170aaffd48 (patch)
tree82722a24eeb07cdb836d861ddd37a99ec3ff5551 /scripts/runqemu
parentd8f838d56a2e4503e17508092c351c8b9fb86106 (diff)
downloadopenembedded-core-contrib-0c52b603369d48178844dbe2a9ebad170aaffd48.tar.gz
oeqa: qemu: fix width of top output in host dump
If runqemu fails, there is some logic to run a set of commands to dump various bits of information that might help debug the issue (particularly in a busy situation such as on the autobuilder). One of those commands is "top -bn1", however top restricts the output to the width of the calling terminal, and for whatever reason this is a little restrictive when called from inside testimage, so set COLUMNS in the environment to a high value to fix it. (Another way is to use the -w option, but that is not supported by our default busybox configuration so it will then fail when this same list of commands is used on the target). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'scripts/runqemu')
0 files changed, 0 insertions, 0 deletions