[med-svn] [Git][med-team/hmmer][master] 2 commits: Detecting failed autopkgtest.
Andrius Merkys
gitlab at salsa.debian.org
Wed Mar 13 15:06:41 GMT 2019
Andrius Merkys pushed to branch master at Debian Med / hmmer
Commits:
034c5284 by Andrius Merkys at 2019-03-13T15:05:41Z
Detecting failed autopkgtest.
- - - - -
7abaadef by Andrius Merkys at 2019-03-13T15:06:26Z
Updating changelog.
- - - - -
2 changed files:
- debian/changelog
- debian/tests/run-unit-test
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,15 @@
hmmer (3.2.1+dfsg-2) UNRELEASED; urgency=medium
+ [ Jelmer Vernooij ]
* Trim trailing whitespace.
- -- Jelmer Vernooij <jelmer at debian.org> Wed, 17 Oct 2018 22:30:33 +0000
+ [ Hervé Ménager ]
+ * correct HMMER ref
+
+ [ Andrius Merkys ]
+ * Detecting failed autopkgtest.
+
+ -- Andrius Merkys <andrius.merkys at gmail.com> Wed, 13 Mar 2019 11:06:20 -0400
hmmer (3.2.1+dfsg-1) unstable; urgency=medium
=====================================
debian/tests/run-unit-test
=====================================
@@ -16,11 +16,28 @@ find . -name "*.gz" -exec gunzip \{\} \;
chmod -R +x .
echo easel testsuite
-$AUTOPKGTEST_TMP/easel/devkit/sqc 2 ./easel/testsuite/testsuite.sqc ./easel ./easel/
+$AUTOPKGTEST_TMP/easel/devkit/sqc 2 ./easel/testsuite/testsuite.sqc ./easel ./easel/ \
+ | tee $AUTOPKGTEST_TMP/easel.log
echo hmmer testsuite
find /usr/bin -name "*hmm*" -exec ln -s \{\} src \;
-./testsuite/../easel/devkit/sqc 2 ./testsuite/testsuite.sqc . ./testsuite/..
+./testsuite/../easel/devkit/sqc 2 ./testsuite/testsuite.sqc . ./testsuite/.. \
+ | tee $AUTOPKGTEST_TMP/hmmer.log
echo $top_builddir
-echo "PASS"
+STATUS=0
+
+for TEST in easel hmmer
+do
+ if tail -n 6 $AUTOPKGTEST_TMP/${TEST}.log \
+ | head -n 1 \
+ | grep -q FAILED
+ then
+ echo ${TEST} testsuite FAILED
+ STATUS=1
+ else
+ echo ${TEST} testsuite PASS
+ fi
+done
+
+exit ${STATUS}
View it on GitLab: https://salsa.debian.org/med-team/hmmer/compare/0af8e7147ff8988ea7a30880eb5af23e6fd0139f...7abaadefcb8580b5aaf0081795f111a4b3302dc2
--
View it on GitLab: https://salsa.debian.org/med-team/hmmer/compare/0af8e7147ff8988ea7a30880eb5af23e6fd0139f...7abaadefcb8580b5aaf0081795f111a4b3302dc2
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/20190313/1290f689/attachment-0001.html>
More information about the debian-med-commit
mailing list