mirror of
https://github.com/curl/curl.git
synced 2026-08-26 15:53:38 +03:00
parent
d4618a3fc4
commit
959e613e7c
6 changed files with 7 additions and 7 deletions
|
|
@ -1363,7 +1363,7 @@ sub ipcrecv {
|
|||
# Decode the function name and arguments
|
||||
my $argsarrayref = thaw $buf;
|
||||
|
||||
# The name of the function to call is the frist argument
|
||||
# The name of the function to call is the first argument
|
||||
my $funcname = shift @$argsarrayref;
|
||||
|
||||
# print "ipcrecv $funcname\n";
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ Provide a path to a custom curl binary to run the tests with. Default is the
|
|||
curl executable in the build tree.
|
||||
.IP "-d"
|
||||
Enable protocol debug: have the servers display protocol output. If used in
|
||||
conjuction with parallel testing, it will be difficult to associate the logs
|
||||
conjunction with parallel testing, it will be difficult to associate the logs
|
||||
with the test being run.
|
||||
.IP "-E <exclude_file>"
|
||||
Load the \fBexclude_file\fP with additional reasons why certain tests
|
||||
|
|
@ -170,7 +170,7 @@ combination with \fI-g\fP.
|
|||
.IP "-u"
|
||||
Error instead of warning on server unexpectedly alive.
|
||||
.IP "-v"
|
||||
Enable verbose output. Speaks more than by default. If used in conjuction with
|
||||
Enable verbose output. Speaks more than by default. If used in conjunction with
|
||||
parallel testing, it will be difficult to associate the logs with the test
|
||||
being run.
|
||||
.IP "-vc <curl>"
|
||||
|
|
|
|||
|
|
@ -1845,7 +1845,7 @@ sub runsshserver {
|
|||
stopserver($server, "$sshpid $pid2");
|
||||
$doesntrun{$pidfile} = 1;
|
||||
$sshpid = $pid2 = 0;
|
||||
logmsg "RUN: failed to verifty the $srvrname server on $port\n";
|
||||
logmsg "RUN: failed to verify the $srvrname server on $port\n";
|
||||
return (5, 0, 0, 0);
|
||||
}
|
||||
# we're happy, no need to loop anymore!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue