[
https://issues.apache.org/jira/browse/YETUS-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kengo Seki updated YETUS-90:
----------------------------
Component/s: Test Patch
> Wrong function name for tap_parse_args
> --------------------------------------
>
> Key: YETUS-90
> URL: https://issues.apache.org/jira/browse/YETUS-90
> Project: Yetus
> Issue Type: Bug
> Components: Test Patch
> Reporter: Kengo Seki
> Labels: newbie
>
> {code}
> 22 function tap_process_args
> 23 {
> 24 declare i
> 25
> 26 for i in "$@"; do
> 27 case ${i} in
> 28 --tap-log-dir=*)
> 29 TAP_LOG_DIR=${i#=*}
> 30 ;;
> 31 esac
> 32 done
> 33 }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)