diff options
| -rwxr-xr-x | scripts/qemuimage-testlib | 2 | ||||
| -rwxr-xr-x | scripts/qemuimage-testlib-pythonhelper | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/qemuimage-testlib b/scripts/qemuimage-testlib index 551011cbaf..6377c7f27a 100755 --- a/scripts/qemuimage-testlib +++ b/scripts/qemuimage-testlib | |||
| @@ -420,7 +420,7 @@ Test_Create_Qemu() | |||
| 420 | 420 | ||
| 421 | while [ ${up_time} -lt 10 ] | 421 | while [ ${up_time} -lt 10 ] |
| 422 | do | 422 | do |
| 423 | QEMUPID=`qemuimage-testlib-pythonhelper --findqemu $XTERMPID` | 423 | QEMUPID=`qemuimage-testlib-pythonhelper --findqemu $XTERMPID 2>/dev/null` |
| 424 | if [ $? -ne 0 ]; then | 424 | if [ $? -ne 0 ]; then |
| 425 | Test_Info "Wait for qemu up..." | 425 | Test_Info "Wait for qemu up..." |
| 426 | up_time=`expr $up_time + 5` | 426 | up_time=`expr $up_time + 5` |
diff --git a/scripts/qemuimage-testlib-pythonhelper b/scripts/qemuimage-testlib-pythonhelper index 2ca61ca06a..2c1f557778 100755 --- a/scripts/qemuimage-testlib-pythonhelper +++ b/scripts/qemuimage-testlib-pythonhelper | |||
| @@ -34,7 +34,7 @@ if options.findqemu: | |||
| 34 | commands[data[0]] = data[2] | 34 | commands[data[0]] = data[2] |
| 35 | 35 | ||
| 36 | if options.findqemu not in pids: | 36 | if options.findqemu not in pids: |
| 37 | print "No children found matching %s" % options.findqemu | 37 | sys.stderr.write("No children found matching %s" % options.findqemu) |
| 38 | sys.exit(1) | 38 | sys.exit(1) |
| 39 | 39 | ||
| 40 | parents = [] | 40 | parents = [] |
