Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes94 committed Dec 5, 2024
1 parent 2979f1b commit 9b7cdfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/multicluster_tests/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source "$ROOT_DIR/dev/env/scripts/lib.sh"
bash "$SOURCE_DIR/run_multicluster_tests.sh"
EXIT_CODE="$?"
if [ "$EXIT_CODE" -ne "0" ]; then
log_failure
echo "TODO(ROX-27073): add additional logging required here, once tests are actually executed"
fi

stat /tmp/pids-port-forward > /dev/null 2>&1 && xargs kill < /tmp/pids-port-forward
Expand Down

0 comments on commit 9b7cdfc

Please sign in to comment.