2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 09:58:09 +00:00

zdtm: skip zdtm/static/shm-hugetlb when hugetlb is not supported

Reported-by: Mr. Jenkins (ppc64le)
Signed-off-by: Alexander Mikhalitsyn <alexander.mikhalitsyn@virtuozzo.com>
This commit is contained in:
Alexander Mikhalitsyn 2022-05-10 20:40:53 +03:00 committed by Andrei Vagin
parent c830643d86
commit ced4ab4b0a

View File

@ -0,0 +1,4 @@
#!/bin/bash
# will fail with EOPNOTSUPP
cat /proc/sys/vm/nr_hugepages &> /dev/null