mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 21:43:34 +00:00
qemuimage-testlib: Improve quoting causing problems under certain circumstances
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
6e63f4ea75
commit
cab983b0d0
@ -204,7 +204,7 @@ Test_Kill_Qemu()
|
||||
# function to check if there is any qemu process
|
||||
Test_Check_Qemu_UP()
|
||||
{
|
||||
local count=`ps -eo command | cut -d " " -f 1 | grep -c \(^qemu\|.*/qemu\)`
|
||||
local count=`ps -eo command | cut -d " " -f 1 | grep -c "\(^qemu\|.*/qemu\)"`
|
||||
if [ ${count} -lt 1 ]; then
|
||||
Test_Info "There is no Qemu process"
|
||||
return 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user