]> code.ossystems Code Review - openembedded-core.git/commit
qemuimagetest: fix erroneous ps errors when qemu couldn't be started
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 26 Mar 2013 12:43:04 +0000 (12:43 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Mar 2013 17:25:35 +0000 (17:25 +0000)
commit21edf5ec12d8307c528f157c8e078dbefe25d1ef
tree6a1cd42014bcb8a4f6528bc913c899cdb1acf976
parentaef04b2247137fffb8c1b1d776091bbee8637ff9
qemuimagetest: fix erroneous ps errors when qemu couldn't be started

The helper script was printing an error to stdout when it couldn't find
any qemu child processes; output this error to stderr instead and
redirect stderr to /dev/null when running from qemuimage-testlib so that
QEMUPID is actually blank if there are no qemu instances found.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/qemuimage-testlib
scripts/qemuimage-testlib-pythonhelper