From 67e68bb464f174575af980c9d558cb6a3f94a940 Mon Sep 17 00:00:00 2001 From: Xinhao Yuan Date: Thu, 20 Feb 2025 10:53:12 -0800 Subject: [PATCH] #Centipede Remove a debugging artifact that skips the actual test. PiperOrigin-RevId: 729173043 --- centipede/testing/external_target_test.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/centipede/testing/external_target_test.sh b/centipede/testing/external_target_test.sh index 70c431ce..e30540fe 100755 --- a/centipede/testing/external_target_test.sh +++ b/centipede/testing/external_target_test.sh @@ -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}" \