mirror of
https://github.com/curl/curl.git
synced 2026-07-24 22:47:16 +03:00
runtests: fix bundle detection by not looking for units
`units` may be not be built in certain cases when using autotools.
Fixes:
https://app.circleci.com/pipelines/github/curl/curl/12669/workflows/8516da2b-b351-40b2-bf13-7c4ab4bcdd55/jobs/127197
Bug: https://github.com/curl/curl/pull/16750#issuecomment-2738041943
Follow-up to a9b7cbf34f #16750
Closes #16770
This commit is contained in:
parent
8409cc2b63
commit
99f78cbf6e
1 changed files with 2 additions and 2 deletions
|
|
@ -2514,9 +2514,9 @@ EOHELP
|
|||
shift @ARGV;
|
||||
}
|
||||
|
||||
# Detect a test bundle build
|
||||
# Detect a test bundle build.
|
||||
# Do not look for 'units' because not all configurations build it.
|
||||
if(-e $LIBDIR . "libtests" . exe_ext('TOOL') &&
|
||||
-e $UNITDIR . "units" . exe_ext('TOOL') &&
|
||||
-e $SRVDIR . "servers" . exe_ext('SRV')) {
|
||||
# use test bundles
|
||||
$bundle=1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue