[Pkg-libvirt-commits] [Git][libvirt-team/libvirt][debian/sid] autopkgtest exits with 2 when there are skipped tests
Guido Günther
gitlab at salsa.debian.org
Tue Mar 31 09:51:24 BST 2020
Guido Günther pushed to branch debian/sid at Libvirt Packaging Team / libvirt
Commits:
ea7b8b7b by Laurent Bigonville at 2020-03-31T10:51:13+02:00
autopkgtest exits with 2 when there are skipped tests
do not consider that as fatal
- - - - -
1 changed file:
- debian/salsa-ci.yml
Changes:
=====================================
debian/salsa-ci.yml
=====================================
@@ -71,4 +71,4 @@ autopkgtest-debian-package:
- RET=0;
autopkgtest -U ${LV_WORKING_DIR}/*.changes -- autopkgtest-virt-null || RET=$?;
echo "Autopkgtest exited with ${RET}";
- [ "${RET}" -eq 8 ] && exit 0 || exit "${RET}"
+ [ "${RET}" -eq 8 -o "${RET}" -eq 2 ] && exit 0 || exit "${RET}"
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/commit/ea7b8b7b21a55a4caed9550563a4f73d8812d2ea
--
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/commit/ea7b8b7b21a55a4caed9550563a4f73d8812d2ea
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-libvirt-commits/attachments/20200331/896ffe6a/attachment-0001.html>
More information about the Pkg-libvirt-commits
mailing list