Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
NOBLES5E committed Dec 11, 2024
1 parent 95a8f9a commit 0030c2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/run_all_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ run_cproxy_cgroup_path_test() {
# Define a cleanup function specific to this test
cleanup_cgroup_path_test() {
echo "Cleaning up cgroup path test..."
sudo cproxy_process=""
if [ -n "${PROXY_PID:-}" ]; then
sudo kill $PROXY_PID || true
wait $PROXY_PID 2>/dev/null || true
Expand Down

0 comments on commit 0030c2e

Please sign in to comment.