diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-04-25 15:47:02 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-04-25 15:47:02 +0200 |
commit | 8d168e24d040068ee8e3b71ef564e3c1f6a3b9da (patch) | |
tree | f77a305a87b85f10cbe1328015f43d79b68bbebb | |
parent | de6c5412941a5945af9f7176595632499a983c81 (diff) | |
download | jenkins.debian.net-8d168e24d040068ee8e3b71ef564e3c1f6a3b9da.tar.xz |
diffoscope distribution tests: add notes for when whohas is fixed for archlinux
-rwxr-xr-x | bin/diffoscope_distribution_test.sh | 2 |
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." |