Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
criu
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhul
criu
Commits
0ce9ce40
Commit
0ce9ce40
authored
Jul 02, 2014
by
Pavel Emelyanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zdtm: Fix deleted_dev and add to the runlist
Signed-off-by:
Pavel Emelyanov
<
xemul@parallels.com
>
parent
a9f76589
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
zdtm.sh
test/zdtm.sh
+2
-0
deleted_dev.c
test/zdtm/live/static/deleted_dev.c
+1
-1
No files found.
test/zdtm.sh
View file @
0ce9ce40
...
...
@@ -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
...
...
test/zdtm/live/static/deleted_dev.c
View file @
0ce9ce40
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment