[med-svn] [Git][med-team/hyphy][master] Include all the test suites
Saira Hussain
gitlab at salsa.debian.org
Fri Jul 5 17:53:52 BST 2019
Saira Hussain pushed to branch master at Debian Med / hyphy
Commits:
f16a0c66 by Saira Hussain at 2019-07-05T16:53:47Z
Include all the test suites
- - - - -
1 changed file:
- debian/tests/run-unit-tests
Changes:
=====================================
debian/tests/run-unit-tests
=====================================
@@ -11,7 +11,8 @@ if [ "${AUTOPKGTEST_TMP}" = "" ] ; then
trap "rm -rf ${AUTOPKGTEST_TMP}" 0 INT QUIT ABRT PIPE TERM
fi
-cp -a /usr/share/doc/${pkg}/examples/SimpleAnalyses/* "${AUTOPKGTEST_TMP}"
+for D in /usr/share/doc/${pkg}/Examples/*; do if [ -d "${D}" ]; then cp -a ${D}/* "${AUTOPKGTEST_TMP}"; fi; done
+
cd "${AUTOPKGTEST_TMP}"
gunzip -r *
View it on GitLab: https://salsa.debian.org/med-team/hyphy/commit/f16a0c66681ceedaf10c50140110a33522ac2cd0
--
View it on GitLab: https://salsa.debian.org/med-team/hyphy/commit/f16a0c66681ceedaf10c50140110a33522ac2cd0
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/20190705/90b7dc9b/attachment-0001.html>
More information about the debian-med-commit
mailing list