mirror of
https://github.com/curl/curl.git
synced 2026-07-22 17:17:21 +03:00
runtests: rewrite genserv.sh in Perl
To remove POSIX shell as an extra dependency for runtests.
Also fix to `chmod 0600` the `.pem` file (was: `.prm`), and apply it
_before_ writing the keys.
Follow-up to 44341e736a #16824
Closes #16858
This commit is contained in:
parent
ad99067d92
commit
7be2c421bf
6 changed files with 119 additions and 120 deletions
|
|
@ -395,7 +395,6 @@ Details via CMake
|
|||
|
||||
- `CLANG_TIDY`: `clang-tidy` tool used with `CURL_CLANG_TIDY=ON`. Default: `clang-tidy`
|
||||
- `PERL_EXECUTABLE`: Perl binary used throughout the build and tests.
|
||||
- `SH_EXECUTABLE`: POSIX shell binary used throughout the build (for generating test certificates).
|
||||
|
||||
## Dependency options (libraries)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue