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
206acdf2
Commit
206acdf2
authored
Oct 08, 2015
by
Pavel Emelyanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zdtm.py: Print criu action in logs
Signed-off-by:
Pavel Emelyanov
<
xemul@parallels.com
>
parent
31944f33
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
zdtm.py
test/zdtm.py
+1
-1
No files found.
test/zdtm.py
View file @
206acdf2
...
@@ -309,7 +309,7 @@ class criu_cli:
...
@@ -309,7 +309,7 @@ class criu_cli:
s_args
=
[
"-o"
,
log
,
"-D"
,
self
.
__ddir
(),
"-v4"
]
+
opts
s_args
=
[
"-o"
,
log
,
"-D"
,
self
.
__ddir
(),
"-v4"
]
+
opts
print
"Run CRIU: ["
+
" "
.
join
(
s_args
)
+
"]"
print
"Run CRIU: ["
+
action
+
" "
+
" "
.
join
(
s_args
)
+
"]"
ret
=
self
.
__criu
(
action
,
s_args
)
ret
=
self
.
__criu
(
action
,
s_args
)
if
ret
!=
0
:
if
ret
!=
0
:
raise
test_fail_exc
(
"CRIU
%
s"
%
action
)
raise
test_fail_exc
(
"CRIU
%
s"
%
action
)
...
...
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