Commit bb0efb31 authored by Pavel Emelyanov's avatar Pavel Emelyanov

zdtm.py: Print failure report with # sep-s

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 0534d74d
...@@ -618,7 +618,7 @@ def do_run_test(tname, tdesc, flavs, opts): ...@@ -618,7 +618,7 @@ def do_run_test(tname, tdesc, flavs, opts):
t.stop() t.stop()
try_run_hook(t, ["--clean"]) try_run_hook(t, ["--clean"])
except test_fail_exc as e: except test_fail_exc as e:
print "Test %s FAIL at %s" % (tname, e.step) print_sep("Test %s FAIL at %s" % (tname, e.step), '#')
t.print_output() t.print_output()
t.kill() t.kill()
add_to_report(cr_api.logs(), "cr_logs") add_to_report(cr_api.logs(), "cr_logs")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment