mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +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
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue