🧹 chore: align scripts with kept build dirs

This commit is contained in:
csh
2025-12-21 17:35:42 +08:00
parent 6dcbe0a1cd
commit 442bb5db7e
4 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ find_test_symbol() {
find "$search_dir" -type f -name test_symbol -path "*/test/test_symbol/*" -print -quit 2>/dev/null
}
BUILD_PRESET=${BUILD_PRESET:-codex}
BUILD_PRESET=${BUILD_PRESET:-clang-ninja}
TEST_SYMBOL="${TEST_SYMBOL_OVERRIDE:-$(find "$REPO_ROOT/build/$BUILD_PRESET" -type f -name test_symbol -path "*/test/test_symbol/*" -print -quit 2>/dev/null)}"
IGNORES=("IDS_AuditExpr.tsf")