mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 14:25:49 +00:00
test: crit: use --pretty instead of dropped --format
Signed-off-by: Ruslan Kuprieiev <kupruser@gmail.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
aa2d920824
commit
1842e1e0ea
@@ -16,7 +16,7 @@ do
|
||||
fi
|
||||
|
||||
echo " -- to json"
|
||||
../../crit decode -o "$x"".json" --format nice hex < $x || _exit $?
|
||||
../../crit decode -o "$x"".json" --pretty < $x || _exit $?
|
||||
echo " -- to img"
|
||||
../../crit encode -i "$x"".json" > "$x"".json.img" || _exit $?
|
||||
echo " -- cmp"
|
||||
|
Reference in New Issue
Block a user