You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit fixes the packaging tests that check for whether or not
cgroups v2 are enabled. The problem was that if cgroups v2 were not
enabled the mount | grep command would fail with non-zero exit status
killing the test. This commit fixes the issue by avoiding that command
failing if cgroups v2 are not enabled.
0 commit comments