mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-08-01 06:20:55 +00:00
zdtm: Add more verbosity to deleted_dev failure
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
0ce9ce408a
commit
daccf5ec97
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue