Skip to content

Commit

Permalink
zdtm: skip zdtm/static/shm-hugetlb when hugetlb is not supported
Browse files Browse the repository at this point in the history
Reported-by: Mr. Jenkins (ppc64le)
Signed-off-by: Alexander Mikhalitsyn <[email protected]>
  • Loading branch information
mihalicyn authored and avagin committed May 13, 2022
1 parent 2de7eea commit a1fb2ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/zdtm/static/shm-hugetlb.checkskip
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

# will fail with EOPNOTSUPP
cat /proc/sys/vm/nr_hugepages &> /dev/null

0 comments on commit a1fb2ec

Please sign in to comment.