• Home
  • Raw
  • Download

Lines Matching +full:force +full:- +full:load +full:- +full:on +full:- +full:access

18 .\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 .\" * SPDX-License-Identifier: curl
27 runtests.pl \- run one or more test cases
39 by specifying test numbers space-separated, like "1 3 5 7 11", and you can
47 It is also possible to specify tests based on a keyword describing the test(s)
59 When running without -s (short output), for instance when running runtests.pl
63 --pd---e-v- OK (45 out of 1427, remaining: 16:08, took 6.188s, duration: 00:31)
65 the first line contains the test number and a description. On the second line,
79 E the test was run event-based
86 .IP "-a"
89 .IP "-ac <curl>"
91 .IP "-am"
93 .IP "-c <curl>"
96 .IP "-d"
100 .IP "-E <exclude_file>"
101 Load the \fBexclude_file\fP with additional reasons why certain tests
104 The file contains colon-delimited lines. The first field contains the
108 .IP "-e"
109 Run the test event-based (if possible). This will make runtests invoke curl
110 with --test-event option. This option only works if both curl and libcurl were
111 built debug-enabled.
112 .IP "-f"
113 Force the test to run even if mentioned in DISABLED.
114 .IP "-g"
115 Run the given test(s) with gdb. This is best used on a single test case and
116 curl built --disable-shared. This then fires up gdb with command line set to
117 run the specified test case. Simply (set a break-point and) type 'run' to
119 .IP "-gl"
120 Run the given test(s) with lldb. This is best used on a single test case and
121 curl built --disable-shared. This then fires up lldb with command line set to
122 run the specified test case. Simply (set a break-point and) type 'run' to
124 .IP "-gw"
126 .IP "-h, --help"
128 .IP "-j[num]"
131 to run in parallel, speeding up a test run. The optimum number is dependent on
134 parallel tests is not recommended in conjunction with the \-g option.
135 .IP "-k"
138 .IP "-L <file>"
139 Load and execute the specified file which should contain perl code.
143 .IP "-l"
145 .IP "-n"
147 .IP "--no-debuginfod"
150 .IP "-o <variablename=value>"
154 .IP "-P <proxy>"
158 .IP "-p"
162 access to the machine and logs.
163 .IP "-R"
167 \fI--seed\fP.
168 .IP "-r"
170 .IP "-rf"
172 .IP "-rm"
173 Force removal of files by killing locking processes. (Windows only,
174 requires Sysinternals handle[64].exe to be on PATH)
175 .IP "--repeat=[num]"
180 If \fB-R\fP is also used, the scrambling is done after the repeats have
182 .IP "-s"
184 .IP "--seed=[num]"
185 When using \fI--shallow\fP or \fI-R\fP that randomize certain aspects of the
187 will be set based on the currently set local year and month and the first line
188 of the "curl -V" output.
189 .IP "--shallow=[num]"
190 Used together with \fB-t\fP. This limits the number of tests to fail in
195 \fI--seed\fP.
196 .IP "-t[num]"
200 to fail until all allocs have been tested. By setting \fInum\fP you can force
203 combination with \fI-g\fP.
204 .IP "-u"
205 Error instead of warning on server unexpectedly alive.
206 .IP "-v"
210 .IP "-vc <curl>"
216 fine. They could depend on built-in features in libcurl or features present in
217 the operating system or even in third-party libraries that curl may or may not