Skip to content

Commit

Permalink
Revert "WIP"
Browse files Browse the repository at this point in the history
This reverts commit 95a8f9a.
  • Loading branch information
NOBLES5E committed Dec 11, 2024
1 parent ba03416 commit b93f301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run_all_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ run_cproxy_cgroup_path_test() {

# Run curl within the specified cgroup
echo "Running curl within cgroup $CGROUP_PATH..."
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

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

0 comments on commit b93f301

Please sign in to comment.