[med-svn] [Git][med-team/fsa][master] Ignore test that times out on i386 on this architecture
Andreas Tille
gitlab at salsa.debian.org
Thu Nov 12 15:55:58 GMT 2020
Andreas Tille pushed to branch master at Debian Med / fsa
Commits:
a471aa56 by Andreas Tille at 2020-11-12T16:55:44+01:00
Ignore test that times out on i386 on this architecture
- - - - -
2 changed files:
- debian/changelog
- debian/tests/test-nuc
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+fsa (1.15.9+dfsg-5) UNRELEASED; urgency=medium
+
+ * Ignore test that times out on i386 on this architecture
+ Closes: #974557
+
+ -- Andreas Tille <tille at debian.org> Thu, 12 Nov 2020 16:55:00 +0100
+
fsa (1.15.9+dfsg-4) unstable; urgency=medium
* debhelper 11
=====================================
debian/tests/test-nuc
=====================================
@@ -3,6 +3,11 @@
# Author: Sascha Steinbiss <satta at debian.org>
set -e
+if [ $(dpkg-architecture -qDEB_HOST_ARCH) = i386 ] ; then
+ echo "This test will timeout on i386 (see bug #974557) so do not run it here."
+ exit 0
+fi
+
ORIGDIR=$(pwd)
DATADIR=$ORIGDIR/debian/tests/
WORKDIR=$(mktemp -d)
View it on GitLab: https://salsa.debian.org/med-team/fsa/-/commit/a471aa5640d2ad0c14cbaafd3f797cef45dc2fb3
--
View it on GitLab: https://salsa.debian.org/med-team/fsa/-/commit/a471aa5640d2ad0c14cbaafd3f797cef45dc2fb3
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/debian-med-commit/attachments/20201112/59d3e6c3/attachment.html>
More information about the debian-med-commit
mailing list