Loading tests/data/test200 +2 −2 Original line number Diff line number Diff line Loading @@ -12,10 +12,10 @@ moo # Client-side <client> <name> file:// with relative path basic file:// file </name> <command> file://log/test200.txt file://localhost/%PWD/log/test200.txt </command> <file name="log/test200.txt"> foo Loading tests/runtests.pl +5 −0 Original line number Diff line number Diff line Loading @@ -68,6 +68,9 @@ my $debugprotocol; my $anyway; my $gdbthis; # run test case with gdb debugger my $keepoutfiles; # keep stdout and stderr files after tests my $pwd; # current working directory chomp($pwd = `pwd`); ####################################################################### # Return the pid of the server as found in the given pid file Loading Loading @@ -443,6 +446,8 @@ sub singletest { $cmd =~ s/%FTPPORT/$FTPPORT/g; $cmd =~ s/%FTPSPORT/$FTPSPORT/g; $cmd =~ s/%SRCDIR/$srcdir/g; $cmd =~ s/%PWD/$pwd/g; #$cmd =~ s/%HOSTNAME/$HOSTNAME/g; if($memory_debug) { Loading Loading
tests/data/test200 +2 −2 Original line number Diff line number Diff line Loading @@ -12,10 +12,10 @@ moo # Client-side <client> <name> file:// with relative path basic file:// file </name> <command> file://log/test200.txt file://localhost/%PWD/log/test200.txt </command> <file name="log/test200.txt"> foo Loading
tests/runtests.pl +5 −0 Original line number Diff line number Diff line Loading @@ -68,6 +68,9 @@ my $debugprotocol; my $anyway; my $gdbthis; # run test case with gdb debugger my $keepoutfiles; # keep stdout and stderr files after tests my $pwd; # current working directory chomp($pwd = `pwd`); ####################################################################### # Return the pid of the server as found in the given pid file Loading Loading @@ -443,6 +446,8 @@ sub singletest { $cmd =~ s/%FTPPORT/$FTPPORT/g; $cmd =~ s/%FTPSPORT/$FTPSPORT/g; $cmd =~ s/%SRCDIR/$srcdir/g; $cmd =~ s/%PWD/$pwd/g; #$cmd =~ s/%HOSTNAME/$HOSTNAME/g; if($memory_debug) { Loading