mirror of
https://github.com/curl/curl.git
synced 2026-07-24 20:37:17 +03:00
GHA/http3-linux: build out-of-tree, make test2502 support it
To sync with the rest of core workflows. Also fixup test2502 failing for out-of-tree builds due to: ``` == Info: error reading ca cert file ./certs/EdelCurlRoot-ca.cacert (Error while reading file.) ``` Ref: https://github.com/curl/curl/actions/runs/13525575035/job/37795171282?pr=16480#step:23:3608 Cherry-picked from #16480 Closes #16481
This commit is contained in:
parent
37523c91bc
commit
bc42010f66
5 changed files with 26 additions and 20 deletions
|
|
@ -59,7 +59,7 @@ lib%TESTNUMBER
|
|||
HTTP GET multiple over HTTP/3
|
||||
</name>
|
||||
<command>
|
||||
https://%HOSTIP:%HTTP3PORT/path/%TESTNUMBER %HOSTIP %HTTP3PORT
|
||||
https://%HOSTIP:%HTTP3PORT/path/%TESTNUMBER %HOSTIP %HTTP3PORT %SRCDIR/certs/EdelCurlRoot-ca.cacert
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue