coverage.sh: support for s390x

pull/17/head
parent 4da43ec72e
commit 3b2a681cc6
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -2141,6 +2141,10 @@ tar -C /tmp/debian-chroot --one-file-system -c . | tar -t | sort > tar2.txt
ppc64el)
echo ./lib64;
;;
s390x)
echo ./lib32;
echo ./usr/lib32/;
;;
esac
} | sort -u | diff -u - tar2.txt
rm -r /tmp/debian-chroot

Loading…
Cancel
Save