Skip to content

Commit b93f301

Browse files
committed
Revert "WIP"
This reverts commit 95a8f9a.
1 parent ba03416 commit b93f301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run_all_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ run_cproxy_cgroup_path_test() {
156156

157157
# Run curl within the specified cgroup
158158
echo "Running curl within cgroup $CGROUP_PATH..."
159-
sudo cgexec -g "$CGROUP_NAME" curl -s -I https://www.google.com > /dev/null
159+
sudo cgexec -g "*:$CGROUP_NAME" curl -s -I https://www.google.com > /dev/null
160160

161161
if [ $? -eq 0 ]; then
162162
echo "cproxy --cgroup-path test: SUCCESS"

0 commit comments

Comments
 (0)