Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPavel Tikhomirov <ptikhomirov@virtuozzo.com>2018-09-28 16:11:35 +0300
committerAndrei Vagin <avagin@gmail.com>2019-04-21 06:25:26 +0300
commit4e1c7f5134e2b88e69846f4d72b4fdabc803c5e1 (patch)
treeb116335aaf2ab8cfd0365ff9de89d450dd5c31ab /test
parentcfee62ac21b37d353239bfa20b73d3dec483189a (diff)
zdtm: check criu restore with --auto-dedup
Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@gmail.com>
Diffstat (limited to 'test')
-rwxr-xr-xtest/zdtm.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/zdtm.py b/test/zdtm.py
index 5c529ebe4..09ae49a9e 100755
--- a/test/zdtm.py
+++ b/test/zdtm.py
@@ -1159,6 +1159,9 @@ class criu:
if self.__dedup:
r_opts += ["--auto-dedup"]
+ if self.__dedup:
+ r_opts += ["--auto-dedup"]
+
self.__prev_dump_iter = None
criu_dir = os.path.dirname(os.getcwd())
if os.getenv("GCOV"):