Signed-off-by: Feng Yang <[email protected]>
---
 client/tests/kvm/kvm_vm.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/client/tests/kvm/kvm_vm.py b/client/tests/kvm/kvm_vm.py
index 3943207..9f9f697 100755
--- a/client/tests/kvm/kvm_vm.py
+++ b/client/tests/kvm/kvm_vm.py
@@ -645,6 +645,7 @@ class VM:
                                   "output so far:" +
                                   kvm_utils.format_str_for_message(data))
                     return (1, data)
+            data = "".join(data.rstrip().splitlines(True)[:-1])
             return (0, data)
 
         # Clean up before exiting
-- 
1.6.5.2

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to