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: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Andrey Vagin 2018-05-15 23:29:59 +03:00 committed by Andrei Vagin
parent e3ce31257f
commit 7c74f41ab7

View file

@ -1832,6 +1832,7 @@ def grep_errors(fname):
else:
if print_next:
print_next = print_error(l)
before = []
if not first:
print_sep("ERROR OVER", "-", 60)