mirror of
https://github.com/curl/curl.git
synced 2026-05-30 12:27:29 +03:00
test1706: pass include directory to managen for out-of-tree builds
Fixing: ``` readline() on closed filehandle INC at ../../curl-99.98.97/tests/../scripts/managen line 1299. ``` Ref: https://github.com/curl/curl/actions/runs/16224106087/job/45811979199?pr=17877#step:3:8545 Cherry-picked from #17877 Closes #17926
This commit is contained in:
parent
c680aa11af
commit
464fc67fbe
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ Makes it the equivalent of --socks5-hostname
|
|||
</file4>
|
||||
|
||||
<command type="perl">
|
||||
%SRCDIR/../scripts/managen -d %LOGDIR ascii option1.md option2.md
|
||||
%SRCDIR/../scripts/managen -I %SRCDIR/../include -d %LOGDIR ascii option1.md option2.md
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue