Loading tests/runtests.pl +6 −6 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ my $libtool; my $memdump="$LOGDIR/memdump"; # the path to the script that analyzes the memory debug output file: my $memanalyze="./memanalyze.pl"; my $memanalyze="$perl $srcdir/memanalyze.pl"; my $stunnel = checkcmd("stunnel4") || checkcmd("stunnel"); my $valgrind = checkcmd("valgrind"); Loading Loading @@ -1675,8 +1675,8 @@ sub singletest { chomp $serv; if($serv =~ /^ftp(\d*)(-ipv6|)/) { my ($id, $ext) = ($1, $2); print STDERR "SERV $serv $id $ext\n"; ftpkillslave($id, $ext, 1); #print STDERR "SERV $serv $id $ext\n"; ftpkillslave($id, $ext, $verbose); } if($run{$serv}) { stopserver($run{$serv}); # the pid file is in the hash table Loading Loading
tests/runtests.pl +6 −6 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ my $libtool; my $memdump="$LOGDIR/memdump"; # the path to the script that analyzes the memory debug output file: my $memanalyze="./memanalyze.pl"; my $memanalyze="$perl $srcdir/memanalyze.pl"; my $stunnel = checkcmd("stunnel4") || checkcmd("stunnel"); my $valgrind = checkcmd("valgrind"); Loading Loading @@ -1675,8 +1675,8 @@ sub singletest { chomp $serv; if($serv =~ /^ftp(\d*)(-ipv6|)/) { my ($id, $ext) = ($1, $2); print STDERR "SERV $serv $id $ext\n"; ftpkillslave($id, $ext, 1); #print STDERR "SERV $serv $id $ext\n"; ftpkillslave($id, $ext, $verbose); } if($run{$serv}) { stopserver($run{$serv}); # the pid file is in the hash table Loading