Skip to content

Commit

Permalink
#Centipede Remove a debugging artifact that skips the actual test.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 729173043
  • Loading branch information
xinhaoyuan authored and copybara-github committed Feb 20, 2025
1 parent 05f63cf commit 67e68bb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions centipede/testing/external_target_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ centipede::ensure_empty_dir "${WD}"
TARGET_PORT=$(centipede::get_random_free_port)
readonly TARGET_PORT

echo $TARGET_PORT
exit

echo "Starting the server binary using port ${TARGET_PORT}..."
env CENTIPEDE_RUNNER_FLAGS=":use_auto_dictionary:use_cmp_features:use_pc_features:" \
TARGET_PORT="${TARGET_PORT}" \
Expand Down

0 comments on commit 67e68bb

Please sign in to comment.