INNER CODE UNIT · Java

report_count

alibaba/ARouter · gradle/verify-configuration-cache.sh:349

            report_count=$((report_count + 1))
        done < <(find "${project_dir}/app/build/outputs/androidTest-results/connected" \
            -type f -name 'TEST-*.xml' -newer "${report_marker}" -print0)
        if [[ ${report_count} -ne 2 ]]; then
            echo "Expected fresh ${test_type} reports for both consumer flavors, found ${report_count}." >&2
            exit 1
        fi
    done
fi

echo "ARouter Gradle plugin verification passed for AGP ${agp_version} (${plugin_pipeline})."

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…