We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b687d9 commit 7a6ac2eCopy full SHA for 7a6ac2e
gitlab/integration.sh
@@ -83,7 +83,7 @@ section_end mount
83
84
section_start check_cgroup_v1 "Checking for cgroup v1 availability"
85
86
-if grep cgroup$ /proc/filesystems; then
+if grep -qs cgroup$ /proc/filesystems; then
87
cgroupv1=1
88
else
89
echo "Skipping tests that rely on cgroup v1"
0 commit comments