Dne 15.3.2013 22:50, Cole Robinson napsal(a):
quote the unittest name to make it more obvious when reading logs.

Signed-off-by: Cole Robinson <[email protected]>
---
  qemu/tests/unittest.py | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qemu/tests/unittest.py b/qemu/tests/unittest.py
index 449a08d..397d47f 100644
--- a/qemu/tests/unittest.py
+++ b/qemu/tests/unittest.py
@@ -103,7 +103,7 @@ def run_unittest(test, params, env):
                  vm.resume()
                  testlog = vm.get_testlog_filename()

-                msg = ("Waiting for unittest %s to complete, timeout %s" %
+                msg = ("Waiting for unittest '%s' to complete, timeout %s" %
                         (t, timeout))
                  if os.path.isfile(testlog):
                      msg += (", output in %s" % testlog)

Acked-by: Lukáš Doktor <[email protected]>

_______________________________________________
Virt-test-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-test-devel

Reply via email to