mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 14:25:49 +00:00
zdtm: Fix deleted_dev and add to the runlist
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -125,6 +125,7 @@ static/rtc
|
||||
transition/maps007
|
||||
static/dumpable01
|
||||
static/dumpable02
|
||||
static/deleted_dev
|
||||
"
|
||||
|
||||
#
|
||||
@@ -199,6 +200,7 @@ mountpoints
|
||||
inotify_irmap
|
||||
cgroup00
|
||||
clean_mntns
|
||||
deleted_dev
|
||||
"
|
||||
|
||||
source $(readlink -f `dirname $0`/env.sh) || exit 1
|
||||
|
@@ -49,7 +49,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
|
||||
if (st.st_mode != mode || st.st_rdev != dev) {
|
||||
fail("%s is no longer the device file we had");
|
||||
fail("%s is no longer the device file we had", filename);
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user