mirror of
https://github.com/curl/curl.git
synced 2026-07-31 21:18:04 +03:00
libtests: make test 1503,1504,1505 use the 1502 binary
Adjust the differences at runtime instead of build-time, to avoid extra buillds. Set the `CURL_TESTNUM` env variable to pass test numbers to tests. Make libtest/first.c use that env variable to set the `testnum` global variable to allow tests to differ based on which test that runs it. Closes #17591
This commit is contained in:
parent
aea336aa23
commit
02dd471bbf
8 changed files with 46 additions and 49 deletions
|
|
@ -32,7 +32,7 @@ Funny-head: yesyes
|
|||
http
|
||||
</server>
|
||||
<tool>
|
||||
lib%TESTNUMBER
|
||||
lib1502
|
||||
</tool>
|
||||
<name>
|
||||
HTTP multi with CURLOPT_RESOLVE, cleanup sequence PA
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ Funny-head: yesyes
|
|||
http
|
||||
</server>
|
||||
<tool>
|
||||
lib%TESTNUMBER
|
||||
lib1502
|
||||
</tool>
|
||||
<name>
|
||||
HTTP multi with CURLOPT_RESOLVE, cleanup sequence UB
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ Funny-head: yesyes
|
|||
http
|
||||
</server>
|
||||
<tool>
|
||||
lib%TESTNUMBER
|
||||
lib1502
|
||||
</tool>
|
||||
<name>
|
||||
HTTP multi with CURLOPT_RESOLVE, cleanup sequence PB
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue