]> code.ossystems Code Review - openembedded-core.git/commit
scripts/qemuimage-testlib: Use wide option to ps calls
authorMichael Halstead <michael@yoctoproject.org>
Wed, 13 Feb 2013 16:31:03 +0000 (08:31 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Feb 2013 23:07:57 +0000 (23:07 +0000)
commit4d2164494fba2c4c3016fe196f986161a71f70cb
treef970c0ff508ff51257abdbf219f8089102a421b6
parenta39aa6bf07f29556f2a9f04eefb9d82582004319
scripts/qemuimage-testlib: Use wide option to ps calls

Forcing ps to display unlimited column width allows the qemu IP address to
be discovered during sanity testing when the command line is extremely long.

This seems to fix the sanity testing problem on AB05 which was recently updated
to OpenSUSE 12.2. I'm not sure what about qemu or process listing is different
on that distribution but this simpile fix seems to work and my help on other
distro's as well.

Signed-off-by: Michael Halstead <michael@yoctoproject.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/qemuimage-testlib