File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 29
29
"perf_event" : & PerfEventGroup {},
30
30
"freezer" : & FreezerGroup {},
31
31
}
32
- CgroupProcesses = "cgroup.procs"
32
+ CgroupProcesses = "cgroup.procs"
33
33
HugePageSizes , _ = cgroups .GetHugePageSize ()
34
34
)
35
35
Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ func TestCheckpoint(t *testing.T) {
48
48
var stdout bytes.Buffer
49
49
50
50
pconfig := libcontainer.Process {
51
- Args : []string {"cat" },
52
- Env : standardEnvironment ,
53
- Stdin : stdinR ,
51
+ Args : []string {"cat" },
52
+ Env : standardEnvironment ,
53
+ Stdin : stdinR ,
54
54
Stdout : & stdout ,
55
55
}
56
56
@@ -79,7 +79,7 @@ func TestCheckpoint(t *testing.T) {
79
79
80
80
checkpointOpts := & libcontainer.CriuOpts {
81
81
ImagesDirectory : imagesDir ,
82
- WorkDirectory : imagesDir ,
82
+ WorkDirectory : imagesDir ,
83
83
}
84
84
85
85
if err := container .Checkpoint (checkpointOpts ); err != nil {
You can’t perform that action at this time.
0 commit comments