Uploaded image for project: 'Yetus'
  1. Yetus
  2. YETUS-148

Wrong variable name ${TP_SHELL_SCRIPT_DEBUG}

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • None
    • None
    • Precommit
    • None

    Description

      precommit/test-patch.sh
      1541     if [[ ${TP_SHELL_SCRIPT_DEBUG} = true ]]; then
      1542       debugflag="--debug"
      1543     fi
      
      [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
      

      Attachments

        1. YETUS-148.00.patch
          1 kB
          Kengo Seki

        Issue Links

          Activity

            People

              sekikn Kengo Seki
              sekikn Kengo Seki
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: