You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Kengo Seki (JIRA)" <ji...@apache.org> on 2015/10/17 11:00:12 UTC

[jira] [Updated] (YETUS-90) Wrong function name for tap_parse_args

     [ 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)