summaryrefslogtreecommitdiffstats
path: root/bin/diffoscope_distribution_test.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-04-25 15:47:02 +0200
committerHolger Levsen <holger@layer-acht.org>2016-04-25 15:47:02 +0200
commit8d168e24d040068ee8e3b71ef564e3c1f6a3b9da (patch)
treef77a305a87b85f10cbe1328015f43d79b68bbebb /bin/diffoscope_distribution_test.sh
parentde6c5412941a5945af9f7176595632499a983c81 (diff)
downloadjenkins.debian.net-8d168e24d040068ee8e3b71ef564e3c1f6a3b9da.tar.xz
diffoscope distribution tests: add notes for when whohas is fixed for archlinux
Diffstat (limited to 'bin/diffoscope_distribution_test.sh')
-rwxr-xr-xbin/diffoscope_distribution_test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/diffoscope_distribution_test.sh b/bin/diffoscope_distribution_test.sh
index 722e4305..45b7f60c 100755
--- a/bin/diffoscope_distribution_test.sh
+++ b/bin/diffoscope_distribution_test.sh
@@ -42,6 +42,7 @@ check_whohas() {
echo "Fail: diffoscope in $DISTRIBUTION: $DIFFOSCOPE_IN_WHOHAS"
exit 1
else
+ # FIXME: archlinux package version will be greater than Debian: 52-1 vs 52
echo "diffoscope in Debian: $DIFFOSCOPE_IN_DEBIAN"
echo "diffoscope in $DISTRIBUTION: $DIFFOSCOPE_IN_WHOHAS"
echo
@@ -62,6 +63,7 @@ case $1 in
FreeBSD|NetBSD|MacPorts)
DISTRIBUTION=$1
check_whohas
+ # missing to test: Arch, Fedora, maybe OpenBSD
;;
*)
echo "Unsupported distribution."