We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba03416 commit b93f301Copy full SHA for b93f301
test/run_all_tests.sh
@@ -156,7 +156,7 @@ run_cproxy_cgroup_path_test() {
156
157
# Run curl within the specified cgroup
158
echo "Running curl within cgroup $CGROUP_PATH..."
159
- sudo cgexec -g "$CGROUP_NAME" curl -s -I https://www.google.com > /dev/null
+ sudo cgexec -g "*:$CGROUP_NAME" curl -s -I https://www.google.com > /dev/null
160
161
if [ $? -eq 0 ]; then
162
echo "cproxy --cgroup-path test: SUCCESS"
0 commit comments