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>2022-01-14 19:29:08 +0300
committerAndrei Vagin <avagin@gmail.com>2022-04-29 03:53:52 +0300
commit3c0e99ccfad1554869124203eecc5477d7f2e24f (patch)
tree6ef877b321ccc6b6cd4f30ed394a0ae0420d82ef /test
parent642abd133ec7f6acc41d34f18e8181c588a051b4 (diff)
ci: make others/mnt_ext_dev also run for old mount engine
Now when we switched to mount-v2 by default to check old mount engine we need to explicitly run with --mntns-compat-mode option. Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Diffstat (limited to 'test')
-rwxr-xr-xtest/others/mnt-ext-dev/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/others/mnt-ext-dev/run.sh b/test/others/mnt-ext-dev/run.sh
index 9803a8f77..5a1f44450 100755
--- a/test/others/mnt-ext-dev/run.sh
+++ b/test/others/mnt-ext-dev/run.sh
@@ -11,7 +11,7 @@ dev=`losetup --find --show zdtm.loop`
mkdir -p ../../dev
cp -ap $dev ../../dev
export ZDTM_MNT_EXT_DEV=$dev
-python ../../zdtm.py run -t zdtm/static/mnt_ext_dev || ret=$?
+python ../../zdtm.py run $EXTRA_OPTS -t zdtm/static/mnt_ext_dev || ret=$?
losetup -d $dev
unlink zdtm.loop
exit $ret