diff options
| -rwxr-xr-x | scripts/qemuimage-testlib | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/qemuimage-testlib b/scripts/qemuimage-testlib index 8fb2538490..f791c527ab 100755 --- a/scripts/qemuimage-testlib +++ b/scripts/qemuimage-testlib | |||
| @@ -446,7 +446,7 @@ Test_Create_Qemu() | |||
| 446 | # Parse IP address of target from the qemu command line | 446 | # Parse IP address of target from the qemu command line | 
| 447 | TARGET_IPADDR=`Test_Fetch_Target_IP $QEMUPID` | 447 | TARGET_IPADDR=`Test_Fetch_Target_IP $QEMUPID` | 
| 448 | echo "Target IP is ${TARGET_IPADDR}" | 448 | echo "Target IP is ${TARGET_IPADDR}" | 
| 449 | if [ ${TARGET_IPADDR} = "" -o "${TARGET_IPADDR}" = "0" ]; then | 449 | if [ "${TARGET_IPADDR}" = "" -o "${TARGET_IPADDR}" = "0" ]; then | 
| 450 | Test_Info "There is no qemu process or qemu ip address found, return failed" | 450 | Test_Info "There is no qemu process or qemu ip address found, return failed" | 
| 451 | ps -wwf | 451 | ps -wwf | 
| 452 | ps axww -O ppid | 452 | ps axww -O ppid | 
