mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
ci: remove dmesg from cleanup_cgroup()
The dmesg output in cleanup_cgroup() makes it hard to find the actual error in CI logs because one needs to scroll past it. Move dmesg to dedicated CI steps that always run instead. Assisted-by: Claude Code (claude-opus-4-6) Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
parent
2ab9053bfc
commit
b7bdc14736
1 changed files with 0 additions and 1 deletions
|
|
@ -189,7 +189,6 @@ ulimit -c unlimited
|
|||
cgid=$$
|
||||
cleanup_cgroup() {
|
||||
./test/zdtm_umount_cgroups $cgid
|
||||
dmesg
|
||||
}
|
||||
trap cleanup_cgroup EXIT
|
||||
./test/zdtm_mount_cgroups $cgid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue