Andreas Tille pushed to branch master at Debian Med / hyphy
Commits:
bb581055 by Andreas Tille at 2019-07-06T10:06:43Z
Fix typo
- - - - -
1 changed file:
- debian/tests/run-unit-tests
Changes:
=====================================
debian/tests/run-unit-tests
=====================================
@@ -8,10 +8,10 @@ if [ "${AUTOPKGTEST_TMP}" = "" ] ; then
# Double quote below to expand the temporary directory variable now versus
# later is on purpose.
# shellcheck disable=SC2064
- trap "rm -rf ${AUTOPKGTEST_TMP}" 0 INT QUIT ABRT PIPE TERM
+# trap "rm -rf ${AUTOPKGTEST_TMP}" 0 INT QUIT ABRT PIPE TERM
fi
-for D in /usr/share/doc/${pkg}/Examples/*; do if [ -d "${D}" ]; then cp -a
${D}/* "${AUTOPKGTEST_TMP}"; fi; done
+for D in /usr/share/doc/${pkg}/examples/*; do if [ -d "${D}" ]; then cp -a
${D}/* "${AUTOPKGTEST_TMP}"; fi; done
cd "${AUTOPKGTEST_TMP}"
View it on GitLab:
https://salsa.debian.org/med-team/hyphy/commit/bb58105563563fe64daeeeb9670b7b03b0cd04f9
--
View it on GitLab:
https://salsa.debian.org/med-team/hyphy/commit/bb58105563563fe64daeeeb9670b7b03b0cd04f9
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