Commit a932803e authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

server as part of test cases
parent 52560142
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -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