[med-svn] [Git][med-team/seqtools][master] 2 commits: Ignore one flaky test on armhf

Andreas Tille gitlab at salsa.debian.org
Thu Oct 15 15:19:56 BST 2020



Andreas Tille pushed to branch master at Debian Med / seqtools


Commits:
e9cac6a5 by Andreas Tille at 2020-10-15T16:09:53+02:00
Ignore one flaky test on armhf

- - - - -
12254293 by Andreas Tille at 2020-10-15T16:14:35+02:00
routine-update: Ready to upload to unstable

- - - - -


2 changed files:

- debian/changelog
- debian/tests/run-unit-test


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+seqtools (4.44.1+dfsg-6) unstable; urgency=medium
+
+  * Ignore one flaky test on armhf
+    Closes: #972266
+
+ -- Andreas Tille <tille at debian.org>  Thu, 15 Oct 2020 16:10:33 +0200
+
 seqtools (4.44.1+dfsg-5) unstable; urgency=medium
 
   * Do not ship Makefile* to enable reproducible builds


=====================================
debian/tests/run-unit-test
=====================================
@@ -29,8 +29,12 @@ echo 'PASS'
 echo '=============================================================='
 
 echo 'Test 4'
-dotter chr4_ref_seq_short.fasta Q9H8G1.fasta -e test4 -r
-echo 'PASS'
+if [ $(dpkg-architecture -qDEB_BUILD_ARCH) = "armhf" ] ; then
+  echo 'IGNORED' # see bug #972266
+else
+  dotter chr4_ref_seq_short.fasta Q9H8G1.fasta -e test4 -r
+  echo 'PASS'
+fi
 echo '=============================================================='
 
 echo 'Test 5'



View it on GitLab: https://salsa.debian.org/med-team/seqtools/-/compare/c1847dcd7a65e01f9c128722e1878e45f470a403...122542934d45108126ff0241a509467437e48009

-- 
View it on GitLab: https://salsa.debian.org/med-team/seqtools/-/compare/c1847dcd7a65e01f9c128722e1878e45f470a403...122542934d45108126ff0241a509467437e48009
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/20201015/9b149d32/attachment.html>


More information about the debian-med-commit mailing list