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