]> 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>
Wed, 13 Feb 2013 16:43:42 +0000 (16:43 +0000)
commit4cea35cc4e4ed8e68cd117825b1dd4ef1be768c2
treed7d0c2a508ccf18c70ea5a4b28c86255c09e5384
parent1c5646dde09008662f064ce7e7400c4d68775278
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