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/30 17:12:28 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:
-----------------------------
    Description: 
{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}

  was:
{code:title=precommit/test-patch.sh}
1541     if [[ ${TP_SHELL_SCRIPT_DEBUG} = true ]]; then
1542       debugflag="--debug"
1543     fi
{code}


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