mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
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:
parent
3dcf301752
commit
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
|
||||
|
Loading…
Reference in New Issue
Block a user