runner.pm: fix perl warning when running tests
Use of uninitialized value $runner::gdbthis in numeric eq (==) at runner.pm
Follow-up from 3dcf301752
Closes #12549
This commit is contained in:
Родитель
3dcf301752
Коммит
6d8d597431
|
@ -115,7 +115,7 @@ our $DBGCURL=$CURL; #"../src/.libs/curl"; # alternative for debugging
|
|||
our $valgrind_logfile="--log-file"; # the option name for valgrind >=3
|
||||
our $valgrind_tool="--tool=memcheck";
|
||||
our $gdb = checktestcmd("gdb");
|
||||
our $gdbthis; # run test case with gdb debugger
|
||||
our $gdbthis = 0; # run test case with debugger (gdb or lldb)
|
||||
our $gdbxwin; # use windowed gdb when using gdb
|
||||
|
||||
# torture test variables
|
||||
|
|
Загрузка…
Ссылка в новой задаче