mirror of
https://github.com/curl/curl.git
synced 2026-08-24 18:23:33 +03:00
build: stop building and installing runtests.1 and testcurl.1
The corresponding tools are never installed, and both are dev tools. Refer to their `.md` originals instead. Also markdownify text in lines nearby. Ref: https://github.com/curl/curl/pull/21460#issuecomment-4328258450 Closes #21461
This commit is contained in:
parent
f485f5e031
commit
0f47ddc0a9
5 changed files with 9 additions and 14 deletions
|
|
@ -22,14 +22,14 @@ To run the tests faster, pass the -j (parallelism) flag:
|
|||
|
||||
make test TFLAGS="-j10"
|
||||
|
||||
"make test" builds the test suite support code and invokes the 'runtests.pl'
|
||||
`make test` builds the test suite support code and invokes the `runtests.pl`
|
||||
perl script to run all the tests. The value of `TFLAGS` is passed directly
|
||||
to 'runtests.pl'.
|
||||
to `runtests.pl`.
|
||||
|
||||
When you run tests via make, the flags `-a` and `-s` are passed, meaning to
|
||||
continue running tests even after one fails, and to emit short output.
|
||||
|
||||
If you would like to not use those flags, you can run 'runtests.pl'
|
||||
If you would like to not use those flags, you can run `runtests.pl`
|
||||
directly. You must `chdir` into the tests directory, then you can run it
|
||||
like so:
|
||||
|
||||
|
|
@ -37,10 +37,8 @@ like so:
|
|||
|
||||
You must have run `make test` at least once first to build the support code.
|
||||
|
||||
To see what flags are available for runtests.pl, and what output it emits,
|
||||
run:
|
||||
|
||||
man ./docs/runtests.1
|
||||
To see what flags are available for `runtests.pl`, and what output it emits,
|
||||
see `docs/runtests.md`.
|
||||
|
||||
After a test fails, examine the tests/log directory for stdout, stderr, and
|
||||
output from the servers used in the test.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue