Commit 0ce9ce40 authored by Pavel Emelyanov's avatar Pavel Emelyanov

zdtm: Fix deleted_dev and add to the runlist

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent a9f76589
...@@ -125,6 +125,7 @@ static/rtc ...@@ -125,6 +125,7 @@ static/rtc
transition/maps007 transition/maps007
static/dumpable01 static/dumpable01
static/dumpable02 static/dumpable02
static/deleted_dev
" "
# #
...@@ -199,6 +200,7 @@ mountpoints ...@@ -199,6 +200,7 @@ mountpoints
inotify_irmap inotify_irmap
cgroup00 cgroup00
clean_mntns clean_mntns
deleted_dev
" "
source $(readlink -f `dirname $0`/env.sh) || exit 1 source $(readlink -f `dirname $0`/env.sh) || exit 1
......
...@@ -49,7 +49,7 @@ int main(int argc, char **argv) ...@@ -49,7 +49,7 @@ int main(int argc, char **argv)
} }
if (st.st_mode != mode || st.st_rdev != dev) { 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; goto out;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment