[med-svn] [Git][med-team/intake][master] 2 commits: d/t/run-unit-test: Do not copy entire source tree, rather run tests inplace
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Sun Apr 3 05:40:58 BST 2022
Nilesh Patra pushed to branch master at Debian Med / intake
Commits:
1ac1d3ce by Nilesh Patra at 2022-04-03T10:01:21+05:30
d/t/run-unit-test: Do not copy entire source tree, rather run tests inplace
- - - - -
8ee965b6 by Nilesh Patra at 2022-04-03T10:02:29+05:30
Upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/tests/run-unit-test
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,9 @@
-intake (0.6.5-2) UNRELEASED; urgency=medium
+intake (0.6.5-2) unstable; urgency=medium
* Team Upload
* add autopkgtest (Closes: #970312)
- -- Mohammed Bilal <mdbilal at disroot.org> Sat, 02 Apr 2022 22:47:01 +0000
+ -- Mohammed Bilal <mdbilal at disroot.org> Sun, 03 Apr 2022 10:02:07 +0530
intake (0.6.5-1) unstable; urgency=medium
=====================================
debian/tests/run-unit-test
=====================================
@@ -2,16 +2,6 @@
set -e
pkg=python3-intake
-CUR_DIR=`pwd`
-
-export LC_ALL=C.UTF-8
-if [ "${AUTOPKGTEST_TMP}" = "" ] ; then
- AUTOPKGTEST_TMP=$(mktemp -d /tmp/${pkg}-test.XXXXXX)
- trap "rm -rf ${AUTOPKGTEST_TMP}" 0 INT QUIT ABRT PIPE TERM
-fi
-cp -a ${CUR_DIR}/ "${AUTOPKGTEST_TMP}"
-
-cd "${AUTOPKGTEST_TMP}"
for py in $(py3versions -s 2> /dev/null)
do
View it on GitLab: https://salsa.debian.org/med-team/intake/-/compare/bfbe65cc8023d524c22131a0f4eb40a3d5e9caa1...8ee965b6fa6655ef99de60b7f177002e2f914ad4
--
View it on GitLab: https://salsa.debian.org/med-team/intake/-/compare/bfbe65cc8023d524c22131a0f4eb40a3d5e9caa1...8ee965b6fa6655ef99de60b7f177002e2f914ad4
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/20220403/2fe07133/attachment-0001.htm>
More information about the debian-med-commit
mailing list