commit | 7e245dfaca61a94a95f36b208d5864a4b43883fc | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Dec 21 15:18:02 2018 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Dec 21 15:33:26 2018 +0100 |
tree | d556b90eb42636d920ad746f880e05a523df0059 | |
parent | a8f6b43b07c13279d2234be44b24f4a56adedd03 [diff] |
REGTEST: script: Add support of alternatives in requited options list It is now possible to specify a list of "alternatives" for a required option. This must be done by separating options by a pipe ('|'). A test will be executed if at least one of them is available. For instance: #REQUIRED_OPTIONS=ZLIB|SLZ,LUA,OPENSSL The function _findtest() has also been sligthly simplified.