🧹 chore: align scripts with kept build dirs
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user