mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 09:58:09 +00:00
ci: add test for crit info
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
parent
9b919ab748
commit
11c71656bd
@ -53,6 +53,9 @@ function run_test2 {
|
||||
# prepare
|
||||
${CRIT} decode -i "${PROTO_IN}" -o "${JSON_IN}"
|
||||
|
||||
# show info about image
|
||||
${CRIT} info "${PROTO_IN}"
|
||||
|
||||
# proto in - json out decode
|
||||
cat "${PROTO_IN}" | ${CRIT} decode || exit 1
|
||||
cat "${PROTO_IN}" | ${CRIT} decode -o "${OUT}" || exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user