From 76a5105321da178990f60be5dea072d746583cfc Mon Sep 17 00:00:00 2001 From: houseme Date: Wed, 29 Jul 2026 13:46:20 +0800 Subject: [PATCH] fix: keep hotpath gate csv paths clean Redirect the enhanced bench driver's verbose output away from command substitution so run_hotpath_warp_ab.sh records only the candidate cell path before passing baseline_compare.csv files to the gate. Co-Authored-By: heihutu --- scripts/run_hotpath_warp_ab.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_hotpath_warp_ab.sh b/scripts/run_hotpath_warp_ab.sh index 27edb1f19..635835227 100755 --- a/scripts/run_hotpath_warp_ab.sh +++ b/scripts/run_hotpath_warp_ab.sh @@ -337,7 +337,7 @@ measure() { ) [[ -n "$COOLDOWN_SECS" ]] && args+=(--cooldown-secs "$COOLDOWN_SECS") [[ -n "$baseline_csv" ]] && args+=(--baseline-csv "$baseline_csv") - run "$ENHANCED_BENCH" "${args[@]}" + run "$ENHANCED_BENCH" "${args[@]}" >&2 echo "$cell" }