History log of /curl/tests/data/test481 (Results 1 – 2 of 2)
Revision Date Author Comments
# 2d4852af 09-Dec-2024 Viktor Szakats

build: fix tests when documentation/manual is disabled

- build: fix to exclude 'documentation' tests when building
the documentation is explicitly disabled. Both for cmake
and `.

build: fix tests when documentation/manual is disabled

- build: fix to exclude 'documentation' tests when building
the documentation is explicitly disabled. Both for cmake
and `./configure`.

Reported-by: Daniel Engberg
Fixes #15703

- test481, test482: fix for builds with no manual.

Reported-by: Daniel Engberg
Fixes #15703

- configure: fix to always detect Perl. Running tests require
it when run. Before this patch Perl wasn't detected when
documentation/manual/embedded-CA were all disabled,
making tests fail to start.

- test1177: add keyword `documentation`. It depends no
`curl_version_info.3`.

- GHA/linux: test cmake and `./configure` with docs and
manual disabled and tests run.

Closes #15704

show more ...


# ffbcde00 02-Dec-2024 Daniel Stenberg

curl: --continue-at is mutually exclusive with --no-clobber

Test 481 verifies

Fixes #15645
Reported-by: Harry Sintonen
Closes #15668