BUG/MINOR: reg-tests: fix service dependency script
authorWilliam Dauchy <wdauchy@gmail.com>
Sun, 10 Jan 2021 20:13:05 +0000 (21:13 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 11 Jan 2021 13:16:06 +0000 (14:16 +0100)
commit4488434c97b4ae3ae8fde501b37f5ef9a588bd09
tree5f6b915203ca64423ebef71d648276c1ed4c9d7a
parente997010accdb17e70b628bc1e7c2810487d279c0
BUG/MINOR: reg-tests: fix service dependency script

I badly tested my previous patch forgetting to remove the "+" testing
present in options, and not in services; the list of services do not
have any "+" at the beginning of each service

this patch is fixing commit aabde7133242563109b4f36c42e732f083 ("MINOR:
reg-tests: add a way to add service dependency")

Signed-off-by: William Dauchy <wdauchy@gmail.com>
scripts/run-regtests.sh