More diagnostics in fuzzer #19108

This commit is contained in:
Alexey Milovidov 2021-01-24 02:59:00 +03:00
parent 47b4b94cc4
commit a69911a2dc

View File

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