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

asflicense test should not be always added

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.1.0
    • Precommit
    • None

    Description

      This code is intended to determine if asflicense test should be enabled or not,

      dev-support/test-patch.d/asflicense.sh
       36   case ${BUILDTOOL} in
       37     ant|gradle|maven)
       38       add_test asflicense
       39     ;;
       40     *)
       41       if [[ -f "${ASFLICENSE_RAT_JAR}" ]]; then
       42         add_test asflicense
       43       fi
       44     ;;
       45   esac
      

      but it won't work as expected because of

      dev-support/test-patch.d/asflicense.sh
       19 add_test asflicense
      

      Attachments

        1. YETUS-134.00.patch
          0.6 kB
          Kengo Seki

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: