Sean Busbey created YETUS-532:
---------------------------------
Summary: help for path to artifacts different from actual option
Key: YETUS-532
URL: https://issues.apache.org/jira/browse/YETUS-532
Project: Yetus
Issue Type: Bug
Components: Test Patch
Affects Versions: 0.5.0, 0.4.0
Reporter: Sean Busbey
Priority: Critical
Fix For: 0.6.0
help for test patch says
{code}
yetus_add_option "--build-url-patchdir=<location>" "Location relative to
--build-url of the --patch-dir (Default: '${BUILD_URL_ARTIFACTS}')"
{code}
But the actual parsing does
{code}
--build-url-artifacts=*)
# shellcheck disable=SC2034
BUILD_URL_ARTIFACTS=${i#*=}
;;
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)