[CRIU] [PATCH] jenkins: use a full name of the --keep-img option

Andrey Vagin avagin at openvz.org
Fri Mar 18 16:00:48 PDT 2016


From: Andrew Vagin <avagin at virtuozzo.com>

+ ./test/zdtm.py run --all -f best -x maps04 -x cgroup02 --norst --keep always
usage: CRIU test suite run [-h] [-a] [-t TEST] [-T TESTS] [-f FLAVOR]
                           [-x EXCLUDE] [--sibling] [--pre PRE] [--snaps]
                           [--dedup] [--nocr] [--norst] [--iters ITERS]
                           [--fault FAULT] [--sat] [--sbs]
                           [--freezecg FREEZECG] [--user] [--page-server]
                           [-p PARALLEL] [--dry-run]
                           [-k {always,never,failed}] [--report REPORT]
                           [--keep-going]
CRIU test suite run: error: ambiguous option: --keep could match --keep-img, --keep-going

It worked fine without the --keep-going option.

Signed-off-by: Andrew Vagin <avagin at virtuozzo.com>
---
 test/jenkins/crit.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/jenkins/crit.sh b/test/jenkins/crit.sh
index 5c15694..fcf1c58 100755
--- a/test/jenkins/crit.sh
+++ b/test/jenkins/crit.sh
@@ -2,6 +2,6 @@
 set -e
 source `dirname $0`/criu-lib.sh
 prep
-./test/zdtm.py run --all -f best -x maps04 -x cgroup02 --norst --keep always || fail
+./test/zdtm.py run --all -f best -x maps04 -x cgroup02 --norst --keep-img always || fail
 PYTHONPATH="$(pwd)/lib/" ./test/crit-recode.py || fail
 exit 0
-- 
2.5.0



More information about the CRIU mailing list