Commit 8d709e67 authored by Andrey Vagin's avatar Andrey Vagin Committed by Andrei Vagin

zdtm: don't print one line twice

(00.566486)pie: 1: seccomp: mode 0 on tid 1
(00.566601)pie: 1: Error (criu/pie/restorer.c:460): seccomp: Unexpected tid ->
(00.566601)pie: 1: 1 != 1
(00.566601)pie: 1: 1 != 1
(00.566639)pie: 1: Error (criu/pie/restorer.c:1817): Restorer fail 1
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 4b37d0b0
......@@ -1728,6 +1728,7 @@ def grep_errors(fname):
else:
if print_next:
print_next = print_error(l)
before = []
if not first:
print_sep("ERROR OVER", "-", 60)
......
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