Update run-fuzzer.sh

This commit is contained in:
alexey-milovidov 2021-01-25 05:45:58 +03:00 committed by GitHub
parent fd9cef1ee3
commit 9e34739b0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ thread apply all backtrace
continue
" > script.gdb
gdb -batch -command script.gdb -p $(pidof clickhouse-server) &
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.