Invoke memanalyze from the source path and hush up about killing the FTP

server as part of test cases
This commit is contained in:
Daniel Stenberg 2006-09-06 10:03:34 +00:00
parent 52560142bf
commit a932803eac
1 changed files with 6 additions and 6 deletions

View File

@ -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");
@ -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