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/11/02 05:58:27 UTC

[jira] [Updated] (YETUS-148) Wrong variable name ${TP_SHELL_SCRIPT_DEBUG}

     [ https://issues.apache.org/jira/browse/YETUS-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kengo Seki updated YETUS-148:
-----------------------------
    Attachment: YETUS-148.00.patch

Removed unnecessary code. I confirmed that debug is enabled in docker mode as well as non-docker mode if debug option is specified.

> Wrong variable name ${TP_SHELL_SCRIPT_DEBUG}
> --------------------------------------------
>
>                 Key: YETUS-148
>                 URL: https://issues.apache.org/jira/browse/YETUS-148
>             Project: Yetus
>          Issue Type: Bug
>          Components: Test Patch
>            Reporter: Kengo Seki
>         Attachments: YETUS-148.00.patch
>
>
> {code:title=precommit/test-patch.sh}
> 1541     if [[ ${TP_SHELL_SCRIPT_DEBUG} = true ]]; then
> 1542       debugflag="--debug"
> 1543     fi
> {code}
> {code}
> [sekikn@mobile yetus]$ grep -r SHELL_SCRIPT_DEBUG precommit
> precommit/core.d/00-yetuslib.sh:  if [[ "${YETUS_SHELL_SCRIPT_DEBUG}" = true ]]; then
> precommit/core.d/01-common.sh:  YETUS_SHELL_SCRIPT_DEBUG=false
> precommit/core.d/01-common.sh:        YETUS_SHELL_SCRIPT_DEBUG=true
> precommit/test-patch-docker/test-patch-docker.sh:  if [[ "${YETUS_SHELL_SCRIPT_DEBUG}" = true ]]; then
> precommit/test-patch-docker/test-patch-docker.sh:        YETUS_SHELL_SCRIPT_DEBUG=true
> precommit/test-patch.sh:  if [[ "${YETUS_SHELL_SCRIPT_DEBUG}" = true ]]; then
> precommit/test-patch.sh:    if [[ ${TP_SHELL_SCRIPT_DEBUG} = true ]]; then
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)