Maybe better

This commit is contained in:
Alexey Milovidov 2021-01-24 19:42:37 +03:00
parent a69911a2dc
commit 716594fc8d

View File

@ -102,7 +102,7 @@ thread apply all backtrace
continue
" > script.gdb
gdb -batch -command script.gdb -p $server_pid &
gdb -batch -command script.gdb -p $(pidof clickhouse-server) &
fuzzer_exit_code=0
# SC2012: Use find instead of ls to better handle non-alphanumeric filenames. They are all alphanumeric.