mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
tests: move a boolean variable out of the path section
This commit is contained in:
parent
db3e7a24b5
commit
b117d2cacf
@ -121,7 +121,6 @@ our $VCURL=$CURL; # what curl binary to use to verify the servers with
|
||||
# the path to the script that analyzes the memory debug output file
|
||||
our $memanalyze="$perl " . shell_quote("$srcdir/memanalyze.pl");
|
||||
our $valgrind; # path to valgrind, or empty if disabled
|
||||
our $bundle = 0; # use bundled server, libtest, unit binaries
|
||||
our $dev_null = File::Spec->devnull(); # null device path, eg: /dev/null
|
||||
|
||||
# paths in $LOGDIR
|
||||
@ -135,7 +134,8 @@ our $SERVERCMD="server.cmd"; # copy server instructions here
|
||||
# other config variables
|
||||
our @protocols; # array of lowercase supported protocol servers
|
||||
our %feature; # hash of enabled features
|
||||
our $has_shared; # built as a shared library
|
||||
our %keywords; # hash of keywords from the test spec
|
||||
our $has_shared; # built as a shared library
|
||||
our $bundle = 0; # use bundled server, libtest, unit binaries
|
||||
|
||||
1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user