From 9e34739b0e11aad5e3833e403259543ef3989833 Mon Sep 17 00:00:00 2001 From: alexey-milovidov Date: Mon, 25 Jan 2021 05:45:58 +0300 Subject: [PATCH] Update run-fuzzer.sh --- docker/test/fuzzer/run-fuzzer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/test/fuzzer/run-fuzzer.sh b/docker/test/fuzzer/run-fuzzer.sh index fc6df2ec2cf..20cdc5bf10c 100755 --- a/docker/test/fuzzer/run-fuzzer.sh +++ b/docker/test/fuzzer/run-fuzzer.sh @@ -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.