Skip to content

Commit 208e646

Browse files
authored
Fix the sanitizer log directory in CI database script (#10001)
Apparently it was not updated when the path was changed in #8046
1 parent 060f601 commit 208e646

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/upload_ci_stats.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jq 'select(
186186

187187
# Upload the logs.
188188
# Note that the sanitizer setting log_path means "write logs to 'log_path.pid'".
189-
for x in sanitizer* sanitizer/* {sqlsmith/sqlsmith,sanitizer,stacktrace,postgres-failure}.log *.diff ~/llm-fuzzer-repro.sql
189+
for x in sanitizer_logs/* {sqlsmith/sqlsmith,sanitizer,stacktrace,postgres-failure}.log *.diff ~/llm-fuzzer-repro.sql
190190
do
191191
if ! [ -f "$x" ]; then continue ; fi
192192
"${PSQL[@]}" <<<"

0 commit comments

Comments
 (0)