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.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to