Commit daccf5ec authored by Pavel Emelyanov's avatar Pavel Emelyanov

zdtm: Add more verbosity to deleted_dev failure

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 0ce9ce40
......@@ -50,6 +50,8 @@ 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", filename);
test_msg("mode %x want %x, dev %x want %x\n",
st.st_mode, mode, st.st_rdev, dev);
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