[Git][java-team/ca-certificates-java][stretch] Fix order for testing jre
Bastien Roucariès (@rouca)
gitlab at salsa.debian.org
Sat Aug 30 22:27:32 BST 2025
Bastien Roucariès pushed to branch stretch at Debian Java Maintainers / ca-certificates-java
Commits:
4d61f804 by Bastien Roucariès at 2025-08-30T23:26:58+02:00
Fix order for testing jre
- - - - -
1 changed file:
- debian/tests/can-install-jre
Changes:
=====================================
debian/tests/can-install-jre
=====================================
@@ -3,6 +3,11 @@
set -e
versions=$(apt-cache -n search jre-headless | awk '{print $1}')
+for version in ${versions}
+do
+ apt-get purge -y ${version} || true
+done
+
for version in ${versions}
do
# WHEN openjdk-jre-headless package is installed from scratch
View it on GitLab: https://salsa.debian.org/java-team/ca-certificates-java/-/commit/4d61f804df162e12a81c7460755c90084260dc17
--
View it on GitLab: https://salsa.debian.org/java-team/ca-certificates-java/-/commit/4d61f804df162e12a81c7460755c90084260dc17
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20250830/acc97b8a/attachment.htm>
More information about the pkg-java-commits
mailing list