2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

test/crit-recode: skip rule-%d.img

These images are generated by the ip tool.

Signed-off-by: Andrew Vagin <avagin@virtuozzo.com>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
Andrew Vagin
2016-06-15 20:44:00 +03:00
committed by Pavel Emelyanov
parent c91c8a5e69
commit 877558fc8c

View File

@@ -55,6 +55,8 @@ for imgf in find.stdout.readlines():
continue
if imgf_b.startswith('netns-exp-'):
continue
if imgf_b.startswith('rule-'):
continue
o_img = open(imgf).read()
if not recode_and_check(imgf, o_img, False):