Michael R. Crusoe pushed to branch master at Debian Med / mypy
Commits: 5176192a by Michael R. Crusoe at 2019-07-30T17:48:29Z 0.720-1 Fix AutoPkgTest path - - - - - 2 changed files: - debian/changelog - debian/tests/run-unit-test Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +mypy (0.720-2) unstable; urgency=medium + + * Fix AutoPkgTest path + + -- Michael R. Crusoe <[email protected]> Tue, 30 Jul 2019 19:47:02 +0200 + mypy (0.720-1) unstable; urgency=medium * New upstream release. Closes: #930928. ===================================== debian/tests/run-unit-test ===================================== @@ -1,9 +1,9 @@ #!/bin/bash -set -e +set -ex pkg=mypy -START=$(pwd) +START="$(dirname "$(dirname "$(dirname "$(readlink -fm "$0")")")")" if [ "$AUTOPKGTEST_TMP" = "" ] ; then AUTOPKGTEST_TMP=$(mktemp -d /tmp/${pkg}-test.XXXXXX) View it on GitLab: https://salsa.debian.org/med-team/mypy/commit/5176192a5fbca0e899f2fd80587e083117d877eb -- View it on GitLab: https://salsa.debian.org/med-team/mypy/commit/5176192a5fbca0e899f2fd80587e083117d877eb 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
